emacs
This commit is contained in:
parent
a96180a519
commit
95127806b0
2 changed files with 4 additions and 1 deletions
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue