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/site-lisp"
|
||||||
"~/.emacs.d/vendor-lisp/mozrepl"
|
"~/.emacs.d/vendor-lisp/mozrepl"
|
||||||
"~/.emacs.d/vendor-lisp/eap" "/usr/share/emacs/site-lisp"
|
"~/.emacs.d/vendor-lisp/eap" "/usr/share/emacs/site-lisp"
|
||||||
"/usr/lib/node_modules/tern/emacs/"
|
"/usr/lib/node_modules/tern/emacs/")))
|
||||||
"~/.emacs.d/vendor-lisp/habitrpg.el")))
|
|
||||||
#+END_SRC
|
#+END_SRC
|
||||||
|
|
||||||
** Turn off bidirectional text
|
** Turn off bidirectional text
|
||||||
|
|
|
@ -43,9 +43,6 @@
|
||||||
(with-eval-after-load 'org-crypt
|
(with-eval-after-load 'org-crypt
|
||||||
(org-crypt-use-before-save-magic))
|
(org-crypt-use-before-save-magic))
|
||||||
|
|
||||||
(eval-and-compile
|
|
||||||
(add-to-list 'load-path "~/.emacs.d/vendor-lisp/habitrpg.el"))
|
|
||||||
|
|
||||||
(defun tagify (str)
|
(defun tagify (str)
|
||||||
"Remove dots, replace - with _ in STR."
|
"Remove dots, replace - with _ in STR."
|
||||||
(replace-regexp-in-string
|
(replace-regexp-in-string
|
||||||
|
|
Loading…
Reference in a new issue