|
From: | Jean Louis |
Subject: | Re: Emacs Modular Configuration: the preferable way. |
Date: | Mon, 21 Jun 2021 09:40:58 +0300 |
User-agent: | Mutt/2.0.7+183 (3d24855) (2021-05-28) |
* Emanuel Berg via Users list for the GNU Emacs text editor <help-gnu-emacs@gnu.org> [2021-06-21 05:57]: > (let*((emacs-dir "~/.emacs.d") > (lisp-dir (format "%s/lisp" emacs-dir)) > (init-dir (format "%s/emacs-init" emacs-dir)) > (erc-dir (format "%s/erc" init-dir)) > (gnus-dir (format "%s/gnus" init-dir)) > (ide-dir (format "%s/ide" init-dir)) > (w3m-dir (format "%s/w3m" init-dir)) > (dirs (list > lisp-dir pp> init-dir > erc-dir > gnus-dir > ide-dir > w3m-dir > ))) > (dolist (d dirs) > (push d load-path) ) > (let ((emacs-init-files '( > abc.el > align-incal.el > batch.el > bibtex-incal.el > bike.el > bmi.el > buc.el (✿╹◡╹) that does not seem to easy anything and it can be replaced with few lines. -- Jean Take action in Free Software Foundation campaigns: https://www.fsf.org/campaigns In support of Richard M. Stallman https://stallmansupport.org/
[Prev in Thread] | Current Thread | [Next in Thread] |