commit 27e84588036aa9cdcc804bccb95bb3a06c28c569
parent 9642da869848d3b158653442e06f44012f436c6b
Author: Ethan Long <ethandavidlong@gmail.com>
Date: Thu, 17 Aug 2023 23:39:48 +1000
Made config.org portable
Diffstat:
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/config.org b/config.org
@@ -413,7 +413,7 @@ This is the basic OCaml config provided by opam on installation. It may be actua
(add-hook 'tuareg-mode-hook 'set-ocaml-error-regexp)
(add-hook 'caml-mode-hook 'set-ocaml-error-regexp)
;; ## added by OPAM user-setup for emacs / base ## 56ab50dc8996d2bb95e7856a6eddb17b ## you can edit, but keep this line
- (require 'opam-user-setup "~/.config/emacs/opam-user-setup.el")
+ (require 'opam-user-setup (expand-file-name "opam-user-setup.el" user-emacs-directory))
#+end_src
** LaTeX