reformatting things

This commit is contained in:
Chris Cochrun 2021-02-16 11:42:49 -06:00
parent e269e493d2
commit b0829f88ad

View file

@ -170,6 +170,7 @@ This evil-collection package includes a lot of other evil based things.
"s" '(:ignore t :which-key "search")
"o" '(:ignore t :which-key "open")
"bs" '(consult-buffer :which-key "buffer search")
"bd" '(kill-this-buffer :which-key "kill buffer")
"tt" '(consult-theme :which-key "choose theme")
"ff" '(find-file :which-key "find file")
"fs" '(save-buffer :which-key "save")
@ -335,7 +336,6 @@ Need to setup auto tangle yes
(org-babel-tangle))))
(add-hook 'org-mode-hook (lambda () (add-hook 'after-save-hook #'chris/org-babel-tangle-config))))
#+end_src
** Magit
Use magit, because why wouldn't you? duh!