11 lines
237 B
EmacsLisp
11 lines
237 B
EmacsLisp
|
;; .emacs
|
||
|
|
||
|
;;; uncomment this line to disable loading of "default.el" at startup
|
||
|
;; (setq inhibit-default-init t)
|
||
|
|
||
|
;; turn on font-lock mode
|
||
|
(global-font-lock-mode t)
|
||
|
|
||
|
;; enable visual feedback on selections
|
||
|
(setq transient-mark-mode t)
|