diff options
author | Vincent Ambo <tazjin@gmail.com> | 2017-10-15T11·40+0200 |
---|---|---|
committer | Vincent Ambo <tazjin@gmail.com> | 2017-10-15T11·40+0200 |
commit | 099020c1761e8976adbf802837facf75753ee18a (patch) | |
tree | e1103638206a4121ed9e28e1ea6833cac92cfb66 /init/settings.el | |
parent | 0fe21a4f277f9b5201c4d7141d80ca8d635e8ef0 (diff) |
chore: remove unused ido-related lines
Diffstat (limited to 'init/settings.el')
-rw-r--r-- | init/settings.el | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/init/settings.el b/init/settings.el index cd77d6034b2c..1024d8199817 100644 --- a/init/settings.el +++ b/init/settings.el @@ -179,13 +179,7 @@ ;; Display tabs as 4 spaces (setq default-tab-width 4) -;; Set up Java home & path -(setenv "JAVA_HOME" "/usr/lib/jvm/default") - ;; Use CUPS (setq lpr-command "xpp") -;; Allow same window in two frames -(setq ido-default-buffer-method 'selected-window) - (provide 'settings) |