Emacs: remove customisation of byte-compile-dest-file for init.el Instead, rely on installer creating a symlink to ~/projects/dotfiles/init.elc
1 file changed, 1 insertion(+), 6 deletions(-)
changed files
M emacs/init.el → emacs/init.el
@@ -877,8 +877,7 @@ :bind (("M-z" . zap-up-to-char) ("M-Z" . zap-to-char))) (use-package ap-functions - :commands (ap/remove-extra-cr - ap/byte-compile-get-dest) + :commands (ap/remove-extra-cr) :bind (("C-x r M-w" . copy-rectangle) ("M-!" . shell-execute)))@@ -983,10 +982,6 @@ (add-hook 'scheme-mode-hook #'ap/lisp-setup) (add-hook 'lisp-mode-hook #'ap/lisp-setup) (add-hook 'lisp-mode-hook #'set-common-lisp-indentation) - -(use-package bytecomp - :defer t - :config (setq byte-compile-dest-file-function #'ap/byte-compile-get-dest)) (use-package elisp-slime-nav :commands elisp-slime-nav-mode