Emacs
Hoppa till navigering
Hoppa till sök
Configuration
.emacs
;; Custom settings (custom-set-variables ;; Setting the theme I line '(custom-enabled-themes '(wheatgrass)) ;; Removing splash screen and scratch pad on open '(inhibit-startup-message t) '(initial-scratch-message nil) ;; Move all emacs backup files to one and the same directory ;; avoiding file system clutter and problematic behaviour when ;; editing certain folders such as /etc/rc.d/ and similar '(backup-directory-alist '(("." . "~/.emacs.d/backup-dir")))) (custom-set-faces) ;; Enable wanted face