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
Add help display
master
10sr
6 years ago
parent
6b85384d10
commit
f9b77916db
Signed by:
10sr
GPG Key ID:
7BEC428194130EB2
1 changed files
with
2 additions
and
0 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+2
-0
emacs.el
+ 2
- 0
emacs.el
View File
@@ -432,6 +432,8 @@ found, otherwise returns nil."
(savehist-mode 1)
(defvar display-time-format "%Y/%m/%d %a %H:%M")
(set-variable 'help-at-pt-display-when-idle t)
(fset 'yes-or-no-p 'y-or-n-p)
;; complete symbol when `eval'
Write
Preview
Loading…
Cancel
Save