Skip to content

Commit

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

(require 'package)
(package-initialize)
(package-refresh-contents)

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

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

0 comments on commit 1f9dd40

Please sign in to comment.