|
|
|
@ -18,6 +18,7 @@
|
|
|
|
|
(leaf bison-mode) |
|
|
|
|
(leaf brainfuck-mode) |
|
|
|
|
(leaf caml) |
|
|
|
|
(leaf execline) |
|
|
|
|
(leaf fennel-mode) |
|
|
|
|
(leaf go-mode) |
|
|
|
|
(leaf janet-mode) |
|
|
|
@ -77,6 +78,7 @@
|
|
|
|
|
(tool-bar-mode 0) |
|
|
|
|
(setq auto-save-default nil) |
|
|
|
|
(setq make-backup-files nil) |
|
|
|
|
(recentf-mode 0) |
|
|
|
|
|
|
|
|
|
;; For managing emacs lisp stuff |
|
|
|
|
(require 'package) |
|
|
|
@ -96,6 +98,7 @@
|
|
|
|
|
;; If you edit it by hand, you could mess it up, so be careful. |
|
|
|
|
;; Your init file should contain only one such instance. |
|
|
|
|
;; If there is more than one, they won't work right. |
|
|
|
|
'(cua-mode t) |
|
|
|
|
'(custom-safe-themes 'nil) |
|
|
|
|
'(package-selected-packages |
|
|
|
|
'(execline all-the-icons airline-themes powerline leaf ninja-mode meson-mode racket-mode 2048-game arduino-mode bison-mode brainfuck-mode caml cmake-mode dashboard evil fennel-mode gemini-mode go-mode ini-mode janet-mode lua-mode markdown-mode nginx-mode nim-mode python-mode rc-mode sudoku systemd toml-mode v-mode yaml-mode zig-mode))) |
|
|
|
|