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.d/init.el | 11 +++++++---- 1 file changed, 7 insertions(+), 4 deletions(-) (limited to '.emacs.d/init.el') diff --git a/.emacs.d/init.el b/.emacs.d/init.el index c4d09c6..9d7c76d 100644 --- a/.emacs.d/init.el +++ b/.emacs.d/init.el @@ -96,8 +96,9 @@ Contains the list of packages that need to be installed.") (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) @@ -630,7 +631,7 @@ you have the correctly set the OPENAI_API_KEY variable" ;; 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 @@ -879,8 +880,8 @@ you have the correctly set the OPENAI_API_KEY variable" ( ("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" @@ -901,6 +902,8 @@ you have the correctly set the OPENAI_API_KEY variable" 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