This commit is contained in:
Henrik Lissner 2015-01-20 14:01:41 -05:00
parent 042cc3b9e9
commit f300c8bd5d
3 changed files with 3 additions and 7 deletions

View file

@ -4,7 +4,6 @@
(when window-system
;; No transparency!
(set-frame-parameter nil 'alpha '(94 70))
(let* ((font (nth 0 *fonts))
(font-name (nth 0 font))
(font-size (nth 1 font))
@ -23,7 +22,7 @@
;;;; GUI Settings ;;;;;;;;;;;;;;;;;;;;;;
(tooltip-mode -1)
(blink-cursor-mode 1) ; blink cursor
;; (global-hl-line-mode 1) ; highlight line
(global-hl-line-mode 1) ; highlight line
(setq linum-format " %3d")
@ -52,10 +51,6 @@
(tooltip-mode -1)
(blink-cursor-mode 1))
;; Show full path in window title
;; (setq frame-title-format
;; '(:eval (if (buffer-file-name) (abbreviate-file-name (buffer-file-name)) "%b")))
;;;; Modeline ;;;;;;;;;;;;;;;;;;;;;;;;;;
(use-package uniquify