A community-driven Emacs distribution - The best editor is neither Emacs nor Vim, it's Emacs *and* Vim!
smile13241324 on develop
[defaults] Exclude `custom-file… (compare)
smile13241324 on develop
[git] Remove magit-git-executab… (compare)
user-config
:(add-hook 'text-mode-hook #'company-mode)
(add-hook 'text-mode-hook #'company-emoji-init)
(defun spacemacs/emoji-insert-and-possibly-complete (_)
"Use company-emoji to complete 'to' unicode."
(when company-emoji-insert-unicode
(delete-char -1)
(company-complete)))
(advice-add 'emoji-cheat-sheet-plus--insert-selection :after #'spacemacs/emoji-insert-and-possibly-complete)
SPC i e
additional-packages
(restclient-jq :location (recipe
:fetcher github
:repo "pashky/restclient.el"))
require
or use-package
it
;;;
instead of two
spell-checking
configuration layer in an empty .spacemacs, I obtained this error when opening the file: Error in post-command-hook (flyspell-post-command-hook): (error "No data for dictionary \"german\" in 'ispell-local-dictionary-alist' or 'ispell-dictionary-alist'")
. After a few iterations, the message disappeared and the right dictionary was used...