Changed submodule folder

This commit is contained in:
Benson Chu 2020-01-04 12:39:08 -06:00
parent 5e83c4d05c
commit df85e29129
3 changed files with 13 additions and 13 deletions

View file

@ -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)

View file

@ -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))))))

View file

@ -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)