diff options
| author | Quentin Aristote <quentin@aristote.fr> | 2021-11-21 18:13:01 +0100 |
|---|---|---|
| committer | Quentin Aristote <quentin@aristote.fr> | 2021-11-21 18:13:01 +0100 |
| commit | 392ae204a73dba89a87f1a217a6d327e6e67b261 (patch) | |
| tree | 660ed32a7b991519072a7b71ebfc95516a38440d /home/config | |
| parent | 9dc59cee78177465b9c2c495d89ff2a2737553b3 (diff) | |
add rust layer to spacemacs
Diffstat (limited to 'home/config')
| -rw-r--r-- | home/config/dotfiles/spacemacs | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/home/config/dotfiles/spacemacs b/home/config/dotfiles/spacemacs index 3e3e705..64b2535 100644 --- a/home/config/dotfiles/spacemacs +++ b/home/config/dotfiles/spacemacs @@ -65,10 +65,12 @@ This function should only modify configuration layer settings." markdown ocaml coq python + rust ;; ---------------------------------------------------------------- ;; Private layers ;; ---------------------------------------------------------------- direnv + bibli-paris ) ;; List of additional packages that will be installed without being wrapped @@ -556,12 +558,14 @@ before packages are loaded." '(merlin-command "ocamlmerlin")) (global-company-mode t) ;; Key bindings - (spacemacs/set-leader-keys-for-major-mode 'nix-mode "=" 'nix-format-buffer) (defun my-ediff-dotfile-and-template () (interactive) (ediff-files "~/code/nix/latitude-7490/home/config/dotfiles/spacemacs" (concat dotspacemacs-template-directory ".spacemacs.template"))) - (spacemacs/set-leader-keys "feD" 'my-ediff-dotfile-and-template)) + (spacemacs/set-leader-keys "feD" 'my-ediff-dotfile-and-template) + ;; ;; Other + ;; (require 'bibli-paris) + ) ;; Do not write anything past this comment. This is where Emacs will ;; auto-generate custom variable definitions. |
