feat(emacs): Better vanilla emacs

This commit is contained in:
js0ny 2025-03-14 14:55:41 +00:00
parent 6d9140dc52
commit cfc5fc14af
10 changed files with 209 additions and 76 deletions

View file

@ -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)