Skip to content

Commit

Permalink
emacs: add go-mode, remove zig-mode
Browse files Browse the repository at this point in the history
  • Loading branch information
niclas committed Nov 13, 2022
1 parent 1f9dd40 commit 83fa7b6
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .emacs.d/init.el
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,11 @@
(package-refresh-contents)

(setq my-packages
'(gruvbox-theme
'(go-mode
gruvbox-theme
org
org-bullets
zig-mode))
org-bullets))


(dolist (pkg my-packages)
(unless (package-installed-p pkg)
Expand Down

0 comments on commit 83fa7b6

Please sign in to comment.