diff options
| author | Charles Roelli <charles@aurox.ch> | 2026-01-21 14:42:48 +0100 |
|---|---|---|
| committer | Charles Roelli <charles@aurox.ch> | 2026-01-21 14:42:48 +0100 |
| commit | 05998976e53cc19b958aa03cb06beaab8bc79e9b (patch) | |
| tree | 679d71d309176e6ba81894e6ccf62553c26ad35b /.emacs | |
Initial commit
Diffstat (limited to '.emacs')
| -rw-r--r-- | .emacs | 15 |
1 files changed, 15 insertions, 0 deletions
@@ -0,0 +1,15 @@ +(require 'package) +(add-to-list 'package-archives '("melpa" . "https://melpa.org/packages/") t) +(package-initialize) +(custom-set-variables + ;; custom-set-variables was added by Custom. + ;; If you edit it by hand, you could mess it up, so be careful. + ;; Your init file should contain only one such instance. + ;; If there is more than one, they won't work right. + '(package-selected-packages '(ledger-mode))) +(custom-set-faces + ;; custom-set-faces was added by Custom. + ;; If you edit it by hand, you could mess it up, so be careful. + ;; Your init file should contain only one such instance. + ;; If there is more than one, they won't work right. + ) |
