mirror of
https://github.com/js0ny/dotfiles.git
synced 2025-12-21 08:43:00 +00:00
feat(emacs): Better vanilla emacs
This commit is contained in:
parent
6d9140dc52
commit
cfc5fc14af
10 changed files with 209 additions and 76 deletions
|
|
@ -3,6 +3,6 @@
|
|||
;; Once this is defined, `M-x open-init-file` will open this file
|
||||
(defun open-org-config()
|
||||
(interactive) ;; Mark function as `interactive` that allows user to access by M-x open-init-file RET
|
||||
(find-file "~/.emacs.d/lisp/init-org.el"))
|
||||
(find-file "~/.dotfiles/tools/emacs.d/lisp/init-org.el"))
|
||||
|
||||
(provide 'init-keymaps)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue