tangled
alpha
login
or
join now
nesv.ca
/
emacs.d
0
fork
atom
My personal emacs configuration
0
fork
atom
overview
issues
pulls
pipelines
Let's give magit a try
nesv.ca
2 years ago
81ee91db
f995d8a7
+4
1 changed file
expand all
collapse all
unified
split
init.el
+4
init.el
···
104
104
;; eglot -- an alternative to lsp-mode
105
105
(use-package eglot :ensure t)
106
106
107
107
+
;; Magit
108
108
+
(use-package magit
109
109
+
:ensure t)
110
110
+
107
111
;; SQL.
108
112
;;
109
113
;; Automatically convert SQL keywords to uppercase.