From 047fbc6b6eacd6df08d1d27abc15e271b18020d7 Mon Sep 17 00:00:00 2001 From: Thanos Apollo Date: Fri, 3 Mar 2023 19:53:24 +0200 Subject: move all to new partition --- emacs.org | 11 +++++++---- 1 file changed, 7 insertions(+), 4 deletions(-) mode change 100644 => 100755 emacs.org (limited to 'emacs.org') diff --git a/emacs.org b/emacs.org old mode 100644 new mode 100755 index 5b7e449..a960f12 --- 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" -- cgit v1.2.3