Improve emacs config some more
This commit is contained in:
4
files/init.el
Normal file
4
files/init.el
Normal file
@@ -0,0 +1,4 @@
|
||||
(require 'org)
|
||||
(find-file (concat user-emacs-directory "init.org"))
|
||||
(org-babel-tangle)
|
||||
(load-file (concat user-emacs-directory "init.el"))
|
||||
Reference in New Issue
Block a user