Minor edits.

This commit is contained in:
Derek Taylor
2020-06-06 18:40:47 -05:00
parent 09d7f63c4f
commit 271fd84de3
4 changed files with 103 additions and 73 deletions

View File

@@ -20,6 +20,9 @@
;; Setting the neotree width to be adjustable.
(setq neo-window-fixed-size nil)
;; Sets binding to toggle line wrap on/off.
(global-set-key "\C-x\ t" 'toggle-truncate-lines)
;; Sets transparency for focuses and unfocused frames.
;; (set-frame-parameter (selected-frame) 'alpha '(95 . 80))
;; (add-to-list 'default-frame-alist '(alpha . (95 . 80)))