diff options
Diffstat (limited to 'emacs.org')
-rwxr-xr-x[-rw-r--r--] | emacs.org | 11 |
1 files changed, 7 insertions, 4 deletions
diff --git a/emacs.org b/emacs.org index 5b7e449..a960f12 100644..100755 --- a/emacs.org +++ b/emacs.org @@ -163,8 +163,9 @@ Fonts and basic appearance settings (add-to-list 'default-frame-alist '(alpha 90 90)) (add-hook 'dired-mode-hook 'all-the-icons-dired-mode) + (when (equal (system-name) "hephaestus") + (display-battery-mode 1)) - (display-battery-mode 1) (scroll-bar-mode -1) (tool-bar-mode -1) (tooltip-mode -1) @@ -729,7 +730,7 @@ Hook with ~dired-mode~ ;; Basic functions (general-define-key "C-d" 'kill-region - "C-c C-w" 'copy-region-as-kill + "C-k" 'copy-region-as-kill "C-c v" 'vterm "C-x 9" 'make-mini-buffer "C-c l e" 'apollo/emacs-keys @@ -1018,8 +1019,8 @@ Hook with ~dired-mode~ ( ("https://hackaday.com/blog/feed/" hackaday linux) - ("https://www.thanosapollo.com/public/feed.xml" - thanos) + ("https://thanosapollo.com/public/feed.xml" + me) ("https://protesilaos.com/news.xml" protesilaos) ("https://protesilaos.com/codelog.xml" @@ -1040,6 +1041,8 @@ Hook with ~dired-mode~ emacs linux) ("https://drewdevault.com/blog/index.xml" sourcehut drewdevault) + ("https://spacepub.space/feeds/videos.xml?videoChannelId=2" + drewdevault youtube) ("https://www.youtube.com/feeds/videos.xml?channel_id=UCVls1GmFKf6WlTraIb_IaJg" youtube dt) ("https://www.youtube.com/feeds/videos.xml?channel_id=UC7YOGHUfC1Tb6E4pudI9STA" |