summaryrefslogtreecommitdiff
path: root/.config/emacs/init.el
diff options
context:
space:
mode:
Diffstat (limited to '.config/emacs/init.el')
-rw-r--r--.config/emacs/init.el10
1 files changed, 4 insertions, 6 deletions
diff --git a/.config/emacs/init.el b/.config/emacs/init.el
index 3bfc73e..38e6c1c 100644
--- a/.config/emacs/init.el
+++ b/.config/emacs/init.el
@@ -16,8 +16,6 @@
backup-directory-alist `(("." . ,(expand-file-name "tmp/backups/" user-emacs-directory))))
(make-directory (expand-file-name "tmp/auto_saves/" user-emacs-directory) t)
-;;;; display type
-(setq display (getenv "XDG_SESSION_TYPE"))
;;;; path
(setenv "PATH" (format "%s:%s" (expand-file-name "~/.local/bin/") (getenv "PATH")))
@@ -46,14 +44,14 @@
completion-ignore-case t
read-buffer-completion-ignore-case t)
(setq-default tab-width 8)
-(menu-bar-mode -1)
-(tool-bar-mode -1)
-(scroll-bar-mode -1)
(fringe-mode '(0 . 0))
-(tooltip-mode -1)
(global-hl-line-mode 1)
(global-visual-line-mode t)
+(menu-bar-mode -1)
(minibuffer-depth-indicate-mode 1)
+(scroll-bar-mode -1)
+(tool-bar-mode -1)
+(tooltip-mode -1)
;;;; gnus