all repos — nixfiles @ a42d2f72ad3c613109f9c862d065bc09e2eed262

System and user configuration, managed by nix and home-manager

Emacs: remove unused variable

Alan Pearce
commit

a42d2f72ad3c613109f9c862d065bc09e2eed262

parent

65833544cb900b40e3603926b0e8c76b9fe0b952

1 file changed, 0 insertions(+), 1 deletion(-)

jump to
M emacs/init.elemacs/init.el
@@ -43,7 +43,6 @@ (setq env/location (env/get-location)))
;;;; Package Management (setq *elisp-dir* (expand-file-name "elisp/" user-emacs-directory) - *custom-dir* (expand-file-name "custom/" user-emacs-directory) package-archives '(("ELPA" . "http://tromey.com/elpa/") ("gnu" . "http://elpa.gnu.org/packages/") ("marmalade" . "http://marmalade-repo.org/packages/")