[Spacemacs, index] Whitespace

This commit is contained in:
Lucien Cartier-Tilet 2021-04-26 16:48:23 +02:00
parent dd22ca398c
commit 5144dcb279
Signed by: phundrak
GPG Key ID: BD7789E705CB8DCA
2 changed files with 188 additions and 190 deletions

View File

@ -4,7 +4,7 @@
;; Maintainer: Lucien Cartier-Tilet ;; Maintainer: Lucien Cartier-Tilet
;; Version: 0.1.0 ;; Version: 0.1.0
;; Package-Requires: ((emacs "27.1")) ;; Package-Requires: ((emacs "27.1"))
;; Homepage: https://labs.phundrak.com/emacs ;; Homepage: https://labs.phundrak.com/phundrak/dotfiles
;; This file is not part of GNU Emacs ;; This file is not part of GNU Emacs
@ -34,7 +34,7 @@
user-login-name "phundrak" user-login-name "phundrak"
user-mail-address "lucien@phundrak.com") user-mail-address "lucien@phundrak.com")
(setq epa-pinentry-mode 'loopback) (setq indent-tabs-mode nil)
(defvar phundrak/default-font-size 90 (defvar phundrak/default-font-size 90
"Default font size.") "Default font size.")
@ -296,7 +296,8 @@ the user."
:straight (:build t) :straight (:build t)
:defer t :defer t
:hook (company-mode . evil-normalize-keymaps) :hook (company-mode . evil-normalize-keymaps)
:init :init (global-company-mode)
:config
(setq company-minimum-prefix-length 2 (setq company-minimum-prefix-length 2
company-toolsip-limit 14 company-toolsip-limit 14
company-tooltip-align-annotations t company-tooltip-align-annotations t
@ -448,8 +449,7 @@ the user."
(use-package bind-map (use-package bind-map
:straight (:build t) :straight (:build t)
:ensure t :defer t)
:defer )
(use-package hydra (use-package hydra
:straight (:build t) :straight (:build t)
@ -471,7 +471,6 @@ the user."
("C-c p" . projectile-command-map) ("C-c p" . projectile-command-map)
:init :init
;; NOTE: Set this to the folder where you keep your Git repos! ;; NOTE: Set this to the folder where you keep your Git repos!
(setq projectile-switch-project-action #'projectile-dired)) (setq projectile-switch-project-action #'projectile-dired))
(use-package counsel-projectile (use-package counsel-projectile
@ -518,6 +517,7 @@ the user can match one and open it."
(use-package pdf-tools (use-package pdf-tools
:defer t :defer t
:magic ("%PDF" . pdf-view-mode)
:straight (pdf-tools :build t :straight (pdf-tools :build t
:type git :type git
:host github :host github
@ -579,8 +579,7 @@ the user can match one and open it."
initial-buffer-choice (lambda () (get-buffer "*dashboard*")) initial-buffer-choice (lambda () (get-buffer "*dashboard*"))
dashboard-projects-switch-function 'counsel-projectile-switch-project-by-name) dashboard-projects-switch-function 'counsel-projectile-switch-project-by-name)
(setq dashboard-navigator-buttons (setq dashboard-navigator-buttons
`( `(((,(all-the-icons-faicon "language" :height 1.1 :v-adjust 0.0)
((,(all-the-icons-faicon "language" :height 1.1 :v-adjust 0.0)
"Linguistics website" "Linguistics website"
"" ""
(lambda (&rest _) (browse-url "https://langue.phundrak.com"))) (lambda (&rest _) (browse-url "https://langue.phundrak.com")))
@ -766,7 +765,6 @@ the user can match one and open it."
("DONE" . 9745) ("DONE" . 9745)
("[X]" . 9745)))) ("[X]" . 9745))))
(use-package org-fancy-priorities (use-package org-fancy-priorities
:straight (:build t) :straight (:build t)
:hook (org-mode . org-fancy-priorities-mode) :hook (org-mode . org-fancy-priorities-mode)