Semi-working emacs config

This commit is contained in:
Aleksandr Lebedev 2025-11-11 00:28:27 +01:00
parent a16e106f98
commit fe10168d00
5 changed files with 157 additions and 134 deletions

View file

@ -4,3 +4,4 @@
(setenv "PATH" (mapconcat 'identity exec-path ":")) ;;fixes direnv losing nix pkgs
(add-to-list 'package-archives '("melpa" . "https://melpa.org/packages/") t)
(package-initialize)
(package-refresh-contents)