diff options
author | Thanos Apollo <[email protected]> | 2023-03-03 19:53:24 +0200 |
---|---|---|
committer | Thanos Apollo <[email protected]> | 2023-03-03 19:53:24 +0200 |
commit | 047fbc6b6eacd6df08d1d27abc15e271b18020d7 (patch) | |
tree | 478c01e3956d183c8583c4a6ac48edf922923608 /.emacs.d | |
parent | 1c10280272612100ed7c71327720d6a94b82e0be (diff) |
move all to new partition
Diffstat (limited to '.emacs.d')
-rwxr-xr-x[-rw-r--r--] | .emacs.d/exwm/EXWM.desktop | 0 | ||||
-rw-r--r-- | .emacs.d/init.el | 11 | ||||
-rwxr-xr-x[-rw-r--r--] | .emacs.d/snippets/anki-editor.el | 0 | ||||
-rwxr-xr-x[-rw-r--r--] | .emacs.d/snippets/workspaces.el | 0 |
4 files changed, 7 insertions, 4 deletions
diff --git a/.emacs.d/exwm/EXWM.desktop b/.emacs.d/exwm/EXWM.desktop index 656e385..656e385 100644..100755 --- a/.emacs.d/exwm/EXWM.desktop +++ b/.emacs.d/exwm/EXWM.desktop 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" diff --git a/.emacs.d/snippets/anki-editor.el b/.emacs.d/snippets/anki-editor.el index 70a0270..70a0270 100644..100755 --- a/.emacs.d/snippets/anki-editor.el +++ b/.emacs.d/snippets/anki-editor.el diff --git a/.emacs.d/snippets/workspaces.el b/.emacs.d/snippets/workspaces.el index ffdf993..ffdf993 100644..100755 --- a/.emacs.d/snippets/workspaces.el +++ b/.emacs.d/snippets/workspaces.el |