More useful things - only one line

This commit is contained in:
Jesús 2018-07-26 12:22:58 -05:00
parent 218d6aae76
commit e81fd91879
No known key found for this signature in database
GPG Key ID: F6EE7BC59A315766

View File

@ -14,6 +14,13 @@
;;----------------------------------------------------------------------------
(show-paren-mode 1)
;;----------------------------------------------------------------------------
;; More useful things - only one line
;;----------------------------------------------------------------------------
(set-default 'truncate-lines t)
(setq show-trailing-whitespace nil)
(setq site-lisp-path (file-name-as-directory (expand-file-name "site-lisp/" user-emacs-directory)))
;;----------------------------------------------------------------------------
;; Some basic preferences
;;----------------------------------------------------------------------------