aboutsummaryrefslogtreecommitdiffstats
path: root/emacs
diff options
context:
space:
mode:
authorYann Herklotz <git@yannherklotz.com>2019-10-14 15:26:01 +0100
committerYann Herklotz <git@yannherklotz.com>2019-10-14 15:26:01 +0100
commit1938517aa5aec927ec7309d1ac363b71368d8649 (patch)
tree38ba86d76e3b5e6b58a06e0e1fa1d8581d572a5a /emacs
parentf40a84857bb2e02b5dab696743b0557f891c08ab (diff)
downloaddotfiles-1938517aa5aec927ec7309d1ac363b71368d8649.tar.gz
dotfiles-1938517aa5aec927ec7309d1ac363b71368d8649.zip
Add rofi config
Diffstat (limited to 'emacs')
-rw-r--r--emacs/loader.org18
1 files changed, 12 insertions, 6 deletions
diff --git a/emacs/loader.org b/emacs/loader.org
index 28937cf..3ebff75 100644
--- a/emacs/loader.org
+++ b/emacs/loader.org
@@ -36,15 +36,21 @@ be manually set inside emacs.
#+BEGIN_SRC emacs-lisp
(setenv "PATH"
- (concat
- "/home/yannherklotz/.local/bin" ":"
- "/home/yannherklotz/.yarn/bin" ":"
- "/usr/bin/vendor_perl" ":"
- (getenv "PATH")))
+ (concat
+ "/home/yannherklotz/.local/bin" ":"
+ "/home/yannherklotz/.yarn/bin" ":"
+ "/usr/bin/vendor_perl" ":"
+ "/home/yannherklotz/.opam/4.09.0/bin" ":"
+ (getenv "PATH")))
+ (setq exec-path (append
+ '("/home/yannherklotz/.opam/4.09.0/bin"
+ "/home/yannherklotz/.local/bin"
+ "/home/yannherklotz/.yarn/bin")
+ exec-path))
#+END_SRC
#+RESULTS:
-: /home/yannherklotz/.local/bin:/home/yannherklotz/.yarn/bin:/usr/bin/vendor_perl:/home/yannherklotz/.local/bin:/home/yannherklotz/.yarn/bin:/usr/local/sbin:/usr/local/bin:/usr/bin
+| /home/yannherklotz/.opam/4.09.0/bin | /home/yannherklotz/.local/bin | /home/yannherklotz/.yarn/bin | /home/yannherklotz/.opam/4.09.0/bin | /home/yannherklotz/.local/bin | /home/yannherklotz/.yarn/bin | /home/yannherklotz/.opam/4.09.0/bin | /home/yannherklotz/.cargo/bin | /home/yannherklotz/.local/bin | /home/yannherklotz/.yarn/bin | /usr/bin | /home/yannherklotz/.gem/ruby/2.6.0/bin | /usr/local/bin | /home/yannherklotz/.nix-profile/bin | /nix/var/nix/profiles/default/bin | /usr/local/sbin | /usr/local/bin | /usr/bin | /opt/clojurescript/bin | /usr/lib/jvm/default/bin | /usr/bin/site_perl | /usr/bin/vendor_perl | /usr/bin/core_perl | /opt/Xilinx/Vivado/2019.1/bin | /opt/intelFPGA_lite/18.1/quartus/bin | /usr/lib/emacs/26.3/x86_64-pc-linux-gnu |
Define a function to load a user file whenever I want to add configurations that
are not pushed as part of this configuration file. This includes a private file