summaryrefslogtreecommitdiff
path: root/.emacs
diff options
context:
space:
mode:
authorCharles Roelli <charles@aurox.ch>2026-01-21 14:42:48 +0100
committerCharles Roelli <charles@aurox.ch>2026-01-21 14:42:48 +0100
commit05998976e53cc19b958aa03cb06beaab8bc79e9b (patch)
tree679d71d309176e6ba81894e6ccf62553c26ad35b /.emacs
Initial commit
Diffstat (limited to '.emacs')
-rw-r--r--.emacs15
1 files changed, 15 insertions, 0 deletions
diff --git a/.emacs b/.emacs
new file mode 100644
index 0000000..8b03e09
--- /dev/null
+++ b/.emacs
@@ -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.
+ )