diff options
Diffstat (limited to 'init.el')
-rw-r--r-- | init.el | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/init.el b/init.el index bac9a54..b046ffa 100644 --- a/init.el +++ b/init.el | |||
@@ -229,6 +229,7 @@ | |||
229 | copy move hardlink symlink | 229 | copy move hardlink symlink |
230 | shell touch) | 230 | shell touch) |
231 | dired-dwim-target t) | 231 | dired-dwim-target t) |
232 | (:local-set truncate-lines nil) | ||
232 | (:bind "<backspace>" #'dired-up-directory | 233 | (:bind "<backspace>" #'dired-up-directory |
233 | "TAB" #'dired-subtree-cycle | 234 | "TAB" #'dired-subtree-cycle |
234 | "i" #'dired-subtree-toggle | 235 | "i" #'dired-subtree-toggle |
@@ -894,6 +895,7 @@ See also `crux-reopen-as-root-mode'." | |||
894 | elfeed-search-title-max-width 78 | 895 | elfeed-search-title-max-width 78 |
895 | elfeed-show-unique-buffers t | 896 | elfeed-show-unique-buffers t |
896 | elfeed-db-directory (elfeed/ "db/" t)) | 897 | elfeed-db-directory (elfeed/ "db/" t)) |
898 | (:+key "C-x w" #'+elfeed) | ||
897 | (:with-mode elfeed-search-mode | 899 | (:with-mode elfeed-search-mode |
898 | (:hook #'hl-line-mode) | 900 | (:hook #'hl-line-mode) |
899 | ;; https://old.reddit.com/r/emacs/comments/rlli0u/whats_your_favorite_defadvice/hphfh4e/ | 901 | ;; https://old.reddit.com/r/emacs/comments/rlli0u/whats_your_favorite_defadvice/hphfh4e/ |