Use ~ instead of /home/julian

This commit is contained in:
2023-03-02 15:26:48 +01:00
parent eb3f6e25e6
commit 49f0784271
11 changed files with 32 additions and 32 deletions

View File

@ -162,8 +162,8 @@ headline, up to the next headline."
;; Fixes latexindent not finding perl libraries
(setenv "PERL5LIB" "/home/julian/perl5/lib/perl5")
;; (setenv "GOPATH" "/home/julian/go")
(setenv "PERL5LIB" "~/perl5/lib/perl5")
;; (setenv "GOPATH" "~/go")
#+end_src
** Spell Checking
@ -171,7 +171,7 @@ headline, up to the next headline."
(use-package! langtool
:init
(setq langtool-language-tool-jar "/home/julian/git/languagetool/languagetool-standalone/target/LanguageTool-6.1-SNAPSHOT/LanguageTool-6.1-SNAPSHOT/languagetool-commandline.jar"))
(setq langtool-language-tool-jar "~/git/languagetool/languagetool-standalone/target/LanguageTool-6.1-SNAPSHOT/LanguageTool-6.1-SNAPSHOT/languagetool-commandline.jar"))
;; TODO make toggling of spell checking ('SPC t s') use flyspell-mode in text modesm and flyspell-prog-mode in programming modes (see hooks below)
@ -231,7 +231,7 @@ Return nil if on a link url, markup, html, or references."
** Flutter
#+begin_src emacs-lisp :tangle yes
;; (setq lsp-dart-flutter-sdk-dir "/home/julian/snap/flutter/common/flutter")
;; (setq lsp-dart-flutter-sdk-dir "~/snap/flutter/common/flutter")
(map! :mode dart-mode :leader "r" #'flutter-run-or-hot-reload)
#+end_src
** Evil snipe