This website works better with JavaScript.
Home
Explore
Help
Register
Sign In
tfelypoc
/
emacs.d
forked from
nico/emacs.d
Watch
1
Star
1
Fork
0
Code
Releases
0
Activity
Browse Source
Properly diminish beginend
thefak3petton
Nicolas Petton
6 years ago
parent
10b358b678
commit
2e7f1a3a45
Signed by untrusted user:
nico
GPG Key ID:
233587A47C207910
1 changed files
with
3 additions
and
2 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+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
Write
Preview
Loading…
Cancel
Save