Browse Source

Properly diminish beginend

thefak3petton
Nicolas Petton 6 years ago
parent
commit
2e7f1a3a45
Signed by untrusted user: nico GPG Key ID: 233587A47C207910
1 changed files with 3 additions and 2 deletions
  1. +3
    -2
      init.el

+ 3
- 2
init.el View File

@ -97,8 +97,9 @@
:bind ("C-c C-j" . avy-goto-word-1))
(use-package beginend
:diminish ""
:config (beginend-global-mode))
:config
(beginend-global-mode)
(diminish 'beginend-global-mode))
(use-package browse-url
:config


Loading…
Cancel
Save