diff --git a/dot_config/fish/executable_config.fish b/dot_config/fish/executable_config.fish index 2c460c9..eacc5f9 100644 --- a/dot_config/fish/executable_config.fish +++ b/dot_config/fish/executable_config.fish @@ -69,6 +69,7 @@ set -x TZ_LIST "Europe/Berlin;Berlin,America/New_York;US East,America/Los_Angele # General Aliases alias editconfig "chezmoi edit ~/.config/fish/config.fish; and chezmoi apply; and source ~/.config/fish/config.fish" +alias getsshkey "cat ~/.ssh/id_ed25519.pub -p --color never" alias j "z" alias cat "bat" alias c "cargo" diff --git a/dot_doom.d/config.el b/dot_doom.d/config.el index 1183e59..ff4a96a 100644 --- a/dot_doom.d/config.el +++ b/dot_doom.d/config.el @@ -35,6 +35,9 @@ (add-hook 'typescript-mode-hook 'prettier-js-mode) (add-hook 'typescript-tsx-mode-hook 'prettier-js-mode) +;; Add prolog support for .dl files +(add-to-list 'auto-mode-alist '("\\.dl\\'" . prolog-mode)) + ;; Enable Mercurial support for git-gutter (setq git-gutter:handled-backends '(git hg)) diff --git a/dot_doom.d/init.el b/dot_doom.d/init.el index ed839da..f13333f 100644 --- a/dot_doom.d/init.el +++ b/dot_doom.d/init.el @@ -114,7 +114,7 @@ ;;beancount ; mind the GAAP ;;cc ; C > C++ == 1 ;;clojure ; java with a lisp - ;;common-lisp ; if you've seen one lisp, you've seen them all + common-lisp ; if you've seen one lisp, you've seen them all ;;coq ; proofs-as-programs ;;crystal ; ruby at the speed of c ;;csharp ; unity, .NET, and mono shenanigans