My personal emacs configuration

Let's give magit a try

+4
+4
init.el
··· 104 104 ;; eglot -- an alternative to lsp-mode 105 105 (use-package eglot :ensure t) 106 106 107 + ;; Magit 108 + (use-package magit 109 + :ensure t) 110 + 107 111 ;; SQL. 108 112 ;; 109 113 ;; Automatically convert SQL keywords to uppercase.