dotfiles

My personal shell configs and stuff
git clone git://git.alex.balgavy.eu/dotfiles.git
Log | Files | Refs | Submodules | README | LICENSE

commit 939a23df1f388f05dfe69d5cbb4d490b8333f8c5
parent 13fe3db55e75ae0ff14f76633972aa5138ac47cb
Author: Alex Balgavy <a.balgavy@gmail.com>
Date:   Sat, 22 Feb 2020 16:12:06 -0500

emacs: sml compile commands

Former-commit-id: c1e49d5f543ef61205ec57cb9df34865b599a7da
Diffstat:
Memacs/emacs | 7+++++++
1 file changed, 7 insertions(+), 0 deletions(-)

diff --git a/emacs/emacs b/emacs/emacs @@ -187,6 +187,13 @@ There are two things you can do about this warning: (quote (which-key ox-pandoc chess htmlize expand-region org-bullets undo-tree helm exec-path-from-shell haskell-mode 2048-game spacemacs-theme magit plan9-theme sml-mode rainbow-mode))) '(pdf-view-midnight-colors (quote ("#655370" . "#fbf8ef"))) + '(sml-compile-commands-alist + (quote + (("CMB.make()" . "all-files.cm") + ("CMB.make()" . "pathconfig") + ("CM.make(\"sources.cm\")" . "sources.cm") + ("use \"load-all\"" . "load-all") + ("CM.make(\"sources.cm\")" . "main.sml")))) '(tool-bar-mode nil) '(tooltip-mode nil) '(version-control t)