Remove habitrpg
This commit is contained in:
parent
4d27b95746
commit
02fab2aa75
2 changed files with 1 additions and 5 deletions
|
@ -617,8 +617,7 @@
|
|||
'("~/.emacs.d/site-lisp"
|
||||
"~/.emacs.d/vendor-lisp/mozrepl"
|
||||
"~/.emacs.d/vendor-lisp/eap" "/usr/share/emacs/site-lisp"
|
||||
"/usr/lib/node_modules/tern/emacs/"
|
||||
"~/.emacs.d/vendor-lisp/habitrpg.el")))
|
||||
"/usr/lib/node_modules/tern/emacs/")))
|
||||
#+END_SRC
|
||||
|
||||
** Turn off bidirectional text
|
||||
|
|
|
@ -43,9 +43,6 @@
|
|||
(with-eval-after-load 'org-crypt
|
||||
(org-crypt-use-before-save-magic))
|
||||
|
||||
(eval-and-compile
|
||||
(add-to-list 'load-path "~/.emacs.d/vendor-lisp/habitrpg.el"))
|
||||
|
||||
(defun tagify (str)
|
||||
"Remove dots, replace - with _ in STR."
|
||||
(replace-regexp-in-string
|
||||
|
|
Loading…
Reference in a new issue