all repos — nixfiles @ 52e558a1cf2c83b48a798816697788906fdd8b51

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

emacs: remove unnecessary native-comp cache settings Native compilation is handled by nix, so the cache directory is not used

Alan Pearce
commit

52e558a1cf2c83b48a798816697788906fdd8b51

parent

36aa228ff66bc1e4c1827a70595cd38199d9615b

1 file changed, 0 insertions(+), 6 deletions(-)

changed files
M user/settings/emacs/early-init.eluser/settings/emacs/early-init.el
@@ -4,12 +4,6 @@ initial-major-mode 'fundamental-mode
frame-inhibit-implied-resize t byte-compile-warnings '(not free-vars unresolved noruntime lexical make-local cl-functions)) -(require 'xdg) -(when (native-comp-available-p) - (startup-redirect-eln-cache - (expand-file-name "emacs/native-compile" - (xdg-cache-home)))) - ;; Disable all the bars, unless on macOS, in which case, keep the menu bar. (unless (eq window-system 'ns) (menu-bar-mode -1))