Update Sept 2023

This commit is contained in:
2023-09-27 10:10:00 -04:00
parent 714e8f254b
commit 573bc93834
12 changed files with 240 additions and 80 deletions

View File

@@ -204,6 +204,7 @@
;; this never worked lol
(setq lsp-treemacs-sync-mode 1)
(setq treemacs-project-follow-mode 1)
;; bitmap very funni
(setq highlight-indent-guides-method 'bitmap)
@@ -252,6 +253,7 @@
:n "S" #'elfeed-search-set-filter
:n "b" #'elfeed-search-browse-url
:n "y" #'elfeed-search-yank)
(map! :map elfeed-show-mode-map
:after elfeed-show
[remap kill-this-buffer] "q"
@@ -340,3 +342,7 @@
(org-agenda-refresh))
(setq org-read-date-prefer-future 'time)
(map! :leader
:desc "Start/Stop pomodoro"
"m c p" #'org-pomodoro)