Some bugfixes
This commit is contained in:
parent
479e2447b0
commit
0ae66bb85e
3 changed files with 8 additions and 6 deletions
|
|
@ -62,10 +62,6 @@
|
|||
(setq x-super-keysym 'meta
|
||||
x-alt-keysym 'alt))
|
||||
|
||||
;; Fix mode line
|
||||
(if after-init-time (sml/setup)
|
||||
(add-hook 'after-init-hook 'sml/setup))
|
||||
|
||||
(setq smex-save-file (concat user-emacs-directory ".smex-items"))
|
||||
(setq smex-key-advice-ignore-menu-bar t)
|
||||
(smex-initialize)
|
||||
|
|
@ -234,4 +230,7 @@
|
|||
|
||||
(remove-hook 'kill-buffer-query-functions 'server-kill-buffer-query-function)
|
||||
|
||||
;; Set up Java home & path
|
||||
(setenv "JAVA_HOME" "/opt/java")
|
||||
|
||||
(provide 'init-settings)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue