diff options
author | Grant Shoshin Shangreaux <shoshin@cicadas.surf> | 2023-04-07 15:20:14 -0500 |
---|---|---|
committer | Grant Shoshin Shangreaux <shoshin@cicadas.surf> | 2023-04-07 15:20:14 -0500 |
commit | 9da5adccc37190095d0cf5fb98554fbfdf529a42 (patch) | |
tree | 4615c1308b40a2364823c1ed5015a678129f299c | |
parent | 38dfa458bc8dec7b61a7d759d1cc8729e2d89348 (diff) |
Clean: tangle melpa version to ~/melpa-emacs.d/init.el
-rw-r--r-- | shoshimacs.org | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/shoshimacs.org b/shoshimacs.org index 579baab..fd6aed7 100644 --- a/shoshimacs.org +++ b/shoshimacs.org @@ -31,7 +31,7 @@ this is all an experiment. The following code block is the "table of contents" that determines what is "tangled" into the resulting elisp file: -#+begin_src emacs-lisp :tangle yes :noweb no-export +#+begin_src emacs-lisp :tangle ~/melpa-emacs.d/init.el :noweb no-export ;;; shoshimacs.el --- Beginner's Mind Config -*- lexical-binding:t -*- <<preamble>> @@ -203,7 +203,7 @@ impact, but i'm not concerned about that. (package-refresh-contents) ;; this will make internet requests on start up #+end_src -** Packages not in the default repos +** COMMENT Packages not in the default repos Any elisp package that is in Emacs's [[help:load-path][load-path]] can be ~require~'d and used. ~(add-to-list 'load-path (expand-file-name "some-package/" user-emacs-directory))~ @@ -624,7 +624,6 @@ company-mode RET). (add-hook 'after-init-hook 'global-company-mode) #+end_src - ** which-key which-key is an excellent package that helps provide guide posts for command |