Emacs: Skillnad mellan sidversioner
Från Täpp-Anders
Hoppa till navigeringHoppa till sök
Anders (diskussion | bidrag) Skapade sidan med '= My favourite editor = Of course it is. = Configuration = == .emacs == <pre> ;; 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 /et...' |
Anders (diskussion | bidrag) Ingen redigeringssammanfattning |
||
| Rad 1: | Rad 1: | ||
= Configuration = | = Configuration = | ||
Versionen från 23 juli 2024 kl. 22.50
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