This commit is contained in:
tavo-wasd 2024-08-29 04:54:37 -06:00
parent a96180a519
commit 95127806b0
2 changed files with 4 additions and 1 deletions

View file

@ -278,6 +278,10 @@
;; (setq org-agenda-files (quote ("~/Documents/agenda/archive.org"
;; "~/Documents/agenda/agenda.org")))
(org-babel-do-load-languages
'org-babel-load-languages
'((sql . t)))
;; --- Keybinds ---
(use-package general
:config

View file

@ -59,7 +59,6 @@ noremap H :nohl<CR>
noremap <leader><Space> za
autocmd BufWinLeave *.* mkview
autocmd BufWinEnter *.* silent loadview
" QuickFix
autocmd QuickFixCmdPost [^l]* nested cwindow