diff options
author | Thanos Apollo <[email protected]> | 2023-08-09 04:14:35 +0300 |
---|---|---|
committer | Thanos Apollo <[email protected]> | 2023-08-09 04:14:54 +0300 |
commit | df2d8f0d60737e6afd5d8b5edd5f20bb51f9c932 (patch) | |
tree | 562a32cc49bc65763c3974a90cf2905f67715167 | |
parent | 8d765a9fec3cec57172dba8aff379f727b0f7934 (diff) |
emacs: Update paths
Load guix packages for zeus desktop
-rwxr-xr-x | emacs.org | 15 |
1 files changed, 11 insertions, 4 deletions
@@ -4,11 +4,9 @@ #+auto_tangle: t #+STARTUP: overview -* Fix for 29 -#+begin_src emacs-lisp - (add-to-list 'load-path "/usr/share/emacs/site-lisp/elpa/mu4e-1.8.14") -#+end_src + * System Information +** Essentials Set my name and email address #+begin_src emacs-lisp (setq user-full-name "Thanos Apollo" @@ -39,6 +37,15 @@ Define essential keybindings (global-set-key (kbd "<escape>") 'keyboard-escape-quit) #+end_src + +** Paths + deliberately +#+begin_src emacs-lisp + (add-to-list 'load-path "/usr/share/emacs/site-lisp/elpa/mu4e-1.8.14") + (when is-zeus + (guix-emacs-autoload-packages)) +#+end_src + * Setting Up Packages ** List of required packages Request the following packages: |