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"
|
;; (setq org-agenda-files (quote ("~/Documents/agenda/archive.org"
|
||||||
;; "~/Documents/agenda/agenda.org")))
|
;; "~/Documents/agenda/agenda.org")))
|
||||||
|
|
||||||
|
(org-babel-do-load-languages
|
||||||
|
'org-babel-load-languages
|
||||||
|
'((sql . t)))
|
||||||
|
|
||||||
;; --- Keybinds ---
|
;; --- Keybinds ---
|
||||||
(use-package general
|
(use-package general
|
||||||
:config
|
:config
|
||||||
|
|
|
@ -59,7 +59,6 @@ noremap H :nohl<CR>
|
||||||
noremap <leader><Space> za
|
noremap <leader><Space> za
|
||||||
|
|
||||||
autocmd BufWinLeave *.* mkview
|
autocmd BufWinLeave *.* mkview
|
||||||
autocmd BufWinEnter *.* silent loadview
|
|
||||||
|
|
||||||
" QuickFix
|
" QuickFix
|
||||||
autocmd QuickFixCmdPost [^l]* nested cwindow
|
autocmd QuickFixCmdPost [^l]* nested cwindow
|
||||||
|
|
Loading…
Reference in a new issue