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 prefs for js-doc.el
pull/1/head
10sr
11 years ago
parent
f2507035c9
commit
5342583a1e
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
@@ -1023,6 +1023,8 @@ found, otherwise returns nil."
;; t)
)))
(require 'js-doc nil t)
(when (require 'uniquify nil t)
(setq uniquify-buffer-name-style 'post-forward-angle-brackets)
(setq uniquify-ignore-buffers-re "*[^*]+*")
Write
Preview
Loading…
Cancel
Save