Emacs

Från Täpp-Anders
Version från den 8 februari 2025 kl. 21.08 av Anders (diskussion | bidrag)
(skillnad) ← Äldre version | Nuvarande version (skillnad) | Nyare version → (skillnad)
Hoppa till navigeringHoppa 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