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 |
||
| (En mellanliggande sidversion av samma användare visas inte) | |||
| Rad 1: | Rad 1: | ||
= Configuration = | = Configuration = | ||
| Rad 26: | Rad 22: | ||
</pre> | </pre> | ||
[[category:konfigurationsfil]] | |||
[[category:programvara]] | |||
[[category:linux]] | |||
Nuvarande version från 8 februari 2025 kl. 21.08
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