From bcb6044594c3451a3186425be9b3f4929558a00a Mon Sep 17 00:00:00 2001 From: azureazure Date: Sun, 25 Jan 2026 17:30:22 +0100 Subject: remove git-gutter and add org-roam configuration --- init.el | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) (limited to 'init.el') diff --git a/init.el b/init.el index 2c35f52..5cc5c71 100644 --- a/init.el +++ b/init.el @@ -14,6 +14,8 @@ (eval-print-last-sexp))) (load bootstrap-file nil 'nomessage)) +(straight-use-package 'org) ; org complains about this for some reason + (setopt inhibit-splash-screen t) (setopt make-backup-files nil) (setopt auto-save-default nil) @@ -74,9 +76,9 @@ (add-to-list 'tab-bar-format 'tab-bar-format-align-right 'append) (add-to-list 'tab-bar-format 'tab-bar-format-global 'append) -(straight-use-package 'use-package) (setq straight-use-package-by-default t) + (use-package emacs :hook ((prog-mode . electric-pair-mode)) @@ -106,10 +108,6 @@ :config (fset #'jsonrpc--log-event #'ignore)) -(use-package git-gutter - :config - (global-git-gutter-mode 1)) - (use-package marginalia :config (marginalia-mode)) -- cgit v1.2.3