diff options
author | Marek Paśnikowski <marek@marekpasnikowski.pl> | 2025-06-26 03:18:07 +0200 |
---|---|---|
committer | Marek Paśnikowski <marek@marekpasnikowski.pl> | 2025-06-26 03:18:07 +0200 |
commit | 764e69acabe7b20f5dc3e094c45d812a2a1dbeb7 (patch) | |
tree | 3ac52638fbb151237bdf6a7e94f93f7d597285bd /suweren/home/emacs-init.el | |
parent | f0b6ba92d93a438933b3f29306ea8ccee36bff97 (diff) |
remove dead files in suweren/home
Diffstat (limited to 'suweren/home/emacs-init.el')
-rw-r--r-- | suweren/home/emacs-init.el | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/suweren/home/emacs-init.el b/suweren/home/emacs-init.el deleted file mode 100644 index 6715d0f..0000000 --- a/suweren/home/emacs-init.el +++ /dev/null @@ -1,8 +0,0 @@ -;; This is a DRY expression to load a list of Emacs configuration files. -(mapcar (lambda (file-name) - (let ((file-path (concat "$XDG_CONFIG_HOME/emacs/" file-name))) - (load-file file-path))) - (list "configuration.el" - "gnus.el" - "org.el" - "roam.el")) |