From e4dc5ed90128bae1b46140f6f348c17dcff0ca39 Mon Sep 17 00:00:00 2001 From: Lars Tveito Date: Tue, 22 Sep 2020 18:07:23 +0200 Subject: [PATCH] Cleanup global modes --- init.org | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/init.org b/init.org index 3539339..fa452a6 100644 --- a/init.org +++ b/init.org @@ -372,15 +372,14 @@ delete-selection-mode ; Replace selected text dirtrack-mode ; directory tracking in *shell* global-company-mode ; Auto-completion everywhere - global-prettify-symbols-mode ; Greek letters should look greek + global-diff-hl-mode ; Highlight uncommitted changes + global-so-long-mode ; Mitigate performance for long lines projectile-mode ; Manage and navigate projects recentf-mode ; Recently opened files show-paren-mode ; Highlight matching parentheses which-key-mode)) ; Available keybindings in popup (funcall mode 1)) - (global-diff-hl-mode) - (when (version< emacs-version "24.4") (eval-after-load 'auto-compile '((auto-compile-on-save-mode 1)))) ; compile .el files on save