summaryrefslogtreecommitdiff
path: root/home
diff options
context:
space:
mode:
Diffstat (limited to 'home')
-rw-r--r--home/config/dotfiles/spacemacs8
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.