This website works better with JavaScript.
Home
Explore
Help
Sign In
10sr
/
dotfiles-mirror
mirror of
https://github.com/10sr/dotfiles.git
Watch
1
Star
0
Fork
0
Code
Issues
0
Releases
0
Wiki
Activity
Browse Source
Remove useless literal
master
10sr
4 years ago
parent
7c06f39332
commit
0e46c80c2c
Signed by:
10sr
GPG Key ID:
C384BB17CBB19347
1 changed files
with
1 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
emacs.el
+ 1
- 1
emacs.el
View File
@@ -248,7 +248,7 @@ Otherwize hook it."
(tool-bar-mode 0))
(and (fboundp 'set-scroll-bar-mode)
(set-scroll-bar-mode nil))
?\C-h
(eval-after-init
(message "%s %s" invocation-name emacs-version)
(message "Invocation directory: %s" default-directory)
Write
Preview
Loading…
Cancel
Save