Skip to content

Commit

Permalink
configure some custom
Browse files Browse the repository at this point in the history
  • Loading branch information
chmouel committed Mar 13, 2017
1 parent 5ddcf23 commit f5d573c
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions configs/customed.el
Expand Up @@ -197,6 +197,7 @@
(quote
(("1.6.0_16" . "/usr/lib/jvm/java-6-sun")
("1.6.0_0" . "/usr/lib/jvm/java-6-openjdk"))))
'(js-indent-level 2)
'(kill-do-not-save-duplicates t)
'(ls-lisp-dirs-first t)
'(ls-lisp-use-insert-directory-program nil)
Expand Down Expand Up @@ -242,6 +243,7 @@
(".*/\\.news.*" ".*/\\.bbdb.*" ".*bookmarks.bmk.*" "/usr/share/emacs/.*/etc/.*" ".*loaddefs.el$")) t)
'(recentf-save-file "~/.emacs.d/auto-save-list/recent-file-list.el")
'(regex-tool-backend (quote perl))
'(request-storage-directory "~/.emacs.d/auto-save-list/request")
'(require-final-newline (quote visit-save))
'(rst-level-face-base-color "dark slate gray")
'(safe-local-variable-values (quote ((c-hanging-comment-ender-p))))
Expand Down

0 comments on commit f5d573c

Please sign in to comment.