diff options
| author | azureazure <azureazure@disroot.org> | 2026-01-25 17:30:22 +0100 |
|---|---|---|
| committer | azureazure <azureazure@disroot.org> | 2026-01-25 17:30:22 +0100 |
| commit | bcb6044594c3451a3186425be9b3f4929558a00a (patch) | |
| tree | 3531c879d72e2693d1591f4d19c9a26468ca96cc /init.el | |
| parent | cb838d286f604eed781addae7ba123c070395adc (diff) | |
| download | dotemacs-bcb6044594c3451a3186425be9b3f4929558a00a.tar.gz | |
remove git-gutter and add org-roam configuration
Diffstat (limited to 'init.el')
| -rw-r--r-- | init.el | 8 |
1 files changed, 3 insertions, 5 deletions
@@ -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)) |
