Several updates after 24.4 upgrade

This commit is contained in:
Vincent Ambo 2014-10-21 19:11:09 +02:00
parent bbe5e31268
commit 10057a887b
No known key found for this signature in database
GPG key ID: 66F505681DB8F43B
4 changed files with 12 additions and 4 deletions

View file

@ -230,7 +230,14 @@
(remove-hook 'kill-buffer-query-functions 'server-kill-buffer-query-function)
;; Display tabs as 4 spaces
(setq default-tab-width 4)
;; Set up Java home & path
(setenv "JAVA_HOME" "/opt/java")
(setenv "JAVA_HOME" "/usr/lib/jvm/default")
;; Use CUPS
(setq lpr-command "xpp")
(provide 'init-settings)