aboutsummaryrefslogtreecommitdiff
path: root/.emacs.local.d/config
diff options
context:
space:
mode:
authorRaul Benencia <id@rbenencia.name>2023-02-12 20:56:19 -0800
committerRaul Benencia <id@rbenencia.name>2023-02-12 20:56:19 -0800
commit9aa0130bb68ab30cef8f983a1504dbbcb90804a8 (patch)
treef27189baa043410ee411adb8e3a018973e633bfb /.emacs.local.d/config
parent929cf0ba8de0db69aa9b9e5c90b5bb175d7f57e2 (diff)
emacs: move libraries under lisp
Diffstat (limited to '.emacs.local.d/config')
-rw-r--r--.emacs.local.d/config/rul-config-elfeed.el2
-rw-r--r--.emacs.local.d/config/rul-config-mail.el1
-rw-r--r--.emacs.local.d/config/rul-config-org.el19
-rw-r--r--.emacs.local.d/config/rul-config-projectile.el2
4 files changed, 0 insertions, 24 deletions
diff --git a/.emacs.local.d/config/rul-config-elfeed.el b/.emacs.local.d/config/rul-config-elfeed.el
deleted file mode 100644
index 2042a00..0000000
--- a/.emacs.local.d/config/rul-config-elfeed.el
+++ /dev/null
@@ -1,2 +0,0 @@
-(setq rul-elfeed-feeds '("https://planet.debian.org/rss10.xml"))
-(provide 'rul-config-elfeed)
diff --git a/.emacs.local.d/config/rul-config-mail.el b/.emacs.local.d/config/rul-config-mail.el
deleted file mode 100644
index 240f8be..0000000
--- a/.emacs.local.d/config/rul-config-mail.el
+++ /dev/null
@@ -1 +0,0 @@
-(provide 'rul-config-mail)
diff --git a/.emacs.local.d/config/rul-config-org.el b/.emacs.local.d/config/rul-config-org.el
deleted file mode 100644
index 020efa4..0000000
--- a/.emacs.local.d/config/rul-config-org.el
+++ /dev/null
@@ -1,19 +0,0 @@
-(setq
- my-org-agenda-files '("~/org/")
- my-org-agenda-custom-commands
- '(("x" agenda)
- ("y" agenda*)
- ("w" todo "WAITING")
- ("W" todo-tree "WAITING")
- )
- my-org-journal-file-type 'yearly
- my-org-journal-dir "~/org/journal/"
- my-org-journal-file-format "%Y.org"
- my-org-journal-time-prefix "* "
- my-org-journal-time-format ""
- my-org-refile-path "~/refile.org"
- my-org-roam-directory "~/org/roam/"
- )
-
-(provide 'rul-config-org)
-
diff --git a/.emacs.local.d/config/rul-config-projectile.el b/.emacs.local.d/config/rul-config-projectile.el
deleted file mode 100644
index 3922c8f..0000000
--- a/.emacs.local.d/config/rul-config-projectile.el
+++ /dev/null
@@ -1,2 +0,0 @@
-(setq my-projectile-project-search-path '("~/src/"))
-(provide 'rul-config-projectile)
nihil fit ex nihilo