Move confidential info into a proper file

master
Jacopo De Simoi 11 months ago
parent a85900a36b
commit 195716d110
  1. 9
      global.org

@ -895,14 +895,7 @@
with abbrev mode shortcuts
#+begin_src emacs-lisp
(setq nicknames-alist
'(("Micheal Pawliuk" . "Mike")
("Konstantin Khanin" . "Kostya")
("Nicholas[ ]+Fleming". "Nick")
("Pramathanath Sastry". "Pramath")
("Dmitry Dolgopyat" . "Dima")
("Buddhima Kasun Fernando Akurugodage (Staff)" . "Kasun")))
;; the above should be moved to a private file
(load-file "~/.emacs.d/confidential.el")
(defun wilder/mu4e-process-recipient-name (name)
(interactive)

Loading…
Cancel
Save