From df85e291290cae9cc6963e7312adbf825f94de28 Mon Sep 17 00:00:00 2001 From: Benson Chu Date: Sat, 4 Jan 2020 12:39:08 -0600 Subject: [PATCH] Changed submodule folder --- config-base.org | 16 ++++++++-------- config-exwm.org | 2 +- config-org.org | 8 ++++---- 3 files changed, 13 insertions(+), 13 deletions(-) diff --git a/config-base.org b/config-base.org index e57e479..f94ccb2 100644 --- a/config-base.org +++ b/config-base.org @@ -789,7 +789,7 @@ *** Dired+, for formatting #+BEGIN_SRC emacs-lisp (add-to-list 'load-path - "~/.emacs.d/custom/dired-plus") + "~/.emacs.d/submodule/dired-plus") (require 'dired+) (setq dired-listing-switches "-al --group-directories-first --sort=extension") @@ -1886,9 +1886,9 @@ (use-package erlang) (add-to-list 'load-path - "~/.emacs.d/custom/erlang_ls/") + "~/.emacs.d/submodule/erlang_ls/") - (setq lsp-erlang-server-install-dir "~/.emacs.d/custom/erlang_ls") + (setq lsp-erlang-server-install-dir "~/.emacs.d/submodule/erlang_ls") (defun my/erlang-keymap-hook () (local-set-key (kbd "C-c C-c") 'erlang-compile)) @@ -1898,7 +1898,7 @@ * New ** Youtube-dl #+BEGIN_SRC emacs-lisp - (add-to-list 'load-path "~/.emacs.d/custom/youtube-dl-emacs/") + (add-to-list 'load-path "~/.emacs.d/submodule/youtube-dl-emacs/") (require 'youtube-dl) (defun youtube-dl-song (url) @@ -2096,7 +2096,7 @@ ** eosd #+begin_src emacs-lisp ;; (add-to-list 'load-path - ;; "~/.emacs.d/custom/eosd") + ;; "~/.emacs.d/submodule/eosd") ;; (require 'eosd) #+end_src ** helpful @@ -2122,7 +2122,7 @@ (use-package ctable) (use-package names) (add-to-list 'load-path - "~/.emacs.d/custom/leetcode-emacs") + "~/.emacs.d/submodule/leetcode-emacs") (require 'leetcode) @@ -2214,7 +2214,7 @@ ** bookmark+ #+begin_src emacs-lisp (add-to-list 'load-path - "~/.emacs.d/custom/bookmark-plus") + "~/.emacs.d/submodule/bookmark-plus") (require 'bookmark+) #+end_src @@ -2244,7 +2244,7 @@ #+end_src ** Subtitles editing #+begin_src emacs-lisp - (add-to-list 'load-path "~/.emacs.d/custom/subed/subed") + (add-to-list 'load-path "~/.emacs.d/submodule/subed/subed") (require 'subed) diff --git a/config-exwm.org b/config-exwm.org index d7f101d..c232a6c 100644 --- a/config-exwm.org +++ b/config-exwm.org @@ -301,7 +301,7 @@ #+END_SRC * exwm-background #+begin_src emacs-lisp - (add-to-list 'load-path "~/.emacs.d/custom/exwm-background/") + (add-to-list 'load-path "~/.emacs.d/submodule/exwm-background/") (require 'exwm-background) (define-key *window-map* (kbd "t") 'exwm-background/window-transparency-hydra/body) (setq window-system-default-frame-alist `((x . ((alpha . (,exwm-background/current-transparency . 50)))))) diff --git a/config-org.org b/config-org.org index 260e57c..cae90d9 100644 --- a/config-org.org +++ b/config-org.org @@ -3,7 +3,7 @@ ** fstree #+BEGIN_SRC emacs-lisp (add-to-list 'load-path - "~/.emacs.d/custom/org-fstree") + "~/.emacs.d/submodule/org-fstree") (require 'org-fstree) #+END_SRC ** org-bullets @@ -82,7 +82,7 @@ *** Old ox-reveal package #+BEGIN_SRC emacs-lisp (add-to-list 'load-path - "~/.emacs.d/custom/org-reveal") + "~/.emacs.d/submodule/org-reveal") (require 'ox-reveal) (setq org-reveal-root "file:///home/benson/.reveal.js") (setq org-structure-template-alist (remove-if (lambda (c) (string= (car c) "n")) org-structure-template-alist)) @@ -552,7 +552,7 @@ * Agenda custom commands #+begin_src emacs-lisp (add-to-list 'load-path - "~/.emacs.d/custom/org-ql") + "~/.emacs.d/submodule/org-ql") (require 'org-ql) (require 'org-ql-search) (require 'org-ql-custom-stuck-projects) @@ -1312,7 +1312,7 @@ #+end_src ** org-now #+begin_src emacs-lisp - (add-to-list 'load-path "~/.emacs.d/custom/org-now") + (add-to-list 'load-path "~/.emacs.d/submodule/org-now") (require 'org-now) (setq org-now-location nil)