Skip to content

Commit

Permalink
Clean up emacs config
Browse files Browse the repository at this point in the history
  • Loading branch information
simonrw committed Aug 21, 2023
1 parent c845e29 commit 1291276
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions home/emacs.nix
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,6 @@ let
epkgs.blacken
epkgs.direnv
epkgs.rustic
epkgs.evil
epkgs.nord-theme
]);
extraConfig = ''
Expand Down Expand Up @@ -70,15 +69,9 @@ let
;; use direnv
(direnv-mode)
;; Blacken
(add-hook 'python-mode-hook 'blacken-mode)
;; of course vim
(evil-mode)
;; better rust
(setq rustic-lsp-client 'eglot)
;; theming
(load-theme '${theme} t)
'';
Expand Down

0 comments on commit 1291276

Please sign in to comment.