fix pismignasidognsaepnoitgwqefjpiowqefwjiopqef
This commit is contained in:
parent
a3988b6006
commit
ee5576b8b7
|
@ -994,10 +994,10 @@ make sure to setup authinfo
|
||||||
#+end_src
|
#+end_src
|
||||||
***** Markdown
|
***** Markdown
|
||||||
#+begin_src emacs-lisp
|
#+begin_src emacs-lisp
|
||||||
(use-package markdown-mode
|
(use-package markdown-mode
|
||||||
:hook (markdown-mode . visual-line-mode))
|
:hook (markdown-mode . visual-line-mode))
|
||||||
|
|
||||||
(use-package markdown-preview-mode
|
(use-package markdown-preview-mode)
|
||||||
#+end_src
|
#+end_src
|
||||||
*** Commenter
|
*** Commenter
|
||||||
#+begin_src emacs-lisp
|
#+begin_src emacs-lisp
|
||||||
|
@ -1045,7 +1045,7 @@ make sure to setup authinfo
|
||||||
:diminish yas-minor-mode
|
:diminish yas-minor-mode
|
||||||
:hook (after-init . yas-global-mode))
|
:hook (after-init . yas-global-mode))
|
||||||
|
|
||||||
(use-package yasnippet-snippets
|
(use-package yasnippet-snippets)
|
||||||
|
|
||||||
(use-package yasnippet-capf
|
(use-package yasnippet-capf
|
||||||
:init (add-to-list 'completion-at-point-functions #'yasnippet-capf))
|
:init (add-to-list 'completion-at-point-functions #'yasnippet-capf))
|
||||||
|
@ -1205,12 +1205,12 @@ Emacs can be everything? Why not turn it into a pdf reader
|
||||||
** Matrix Client
|
** Matrix Client
|
||||||
okay this one is a bit more understandable
|
okay this one is a bit more understandable
|
||||||
#+begin_src emacs-lisp
|
#+begin_src emacs-lisp
|
||||||
(use-package ement
|
(use-package ement)
|
||||||
#+end_src
|
#+end_src
|
||||||
** Discord RPC
|
** Discord RPC
|
||||||
#+begin_src emacs-lisp
|
#+begin_src emacs-lisp
|
||||||
(use-package elcord
|
(use-package elcord)
|
||||||
#+end_src>
|
#+end_src
|
||||||
** Email
|
** Email
|
||||||
This has to be one of the hardest things to configure on windows
|
This has to be one of the hardest things to configure on windows
|
||||||
I should just switch to Linux at this point :(
|
I should just switch to Linux at this point :(
|
||||||
|
|
|
@ -860,7 +860,7 @@ kept-old-versions 5)
|
||||||
(use-package markdown-mode
|
(use-package markdown-mode
|
||||||
:hook (markdown-mode . visual-line-mode))
|
:hook (markdown-mode . visual-line-mode))
|
||||||
|
|
||||||
(use-package markdown-preview-mode
|
(use-package markdown-preview-mode)
|
||||||
|
|
||||||
(use-package evil-nerd-commenter
|
(use-package evil-nerd-commenter
|
||||||
:bind ("M-/" . evilnc-comment-or-uncomment-lines))
|
:bind ("M-/" . evilnc-comment-or-uncomment-lines))
|
||||||
|
@ -896,7 +896,7 @@ kept-old-versions 5)
|
||||||
:diminish yas-minor-mode
|
:diminish yas-minor-mode
|
||||||
:hook (after-init . yas-global-mode))
|
:hook (after-init . yas-global-mode))
|
||||||
|
|
||||||
(use-package yasnippet-snippets
|
(use-package yasnippet-snippets)
|
||||||
|
|
||||||
(use-package yasnippet-capf
|
(use-package yasnippet-capf
|
||||||
:init (add-to-list 'completion-at-point-functions #'yasnippet-capf))
|
:init (add-to-list 'completion-at-point-functions #'yasnippet-capf))
|
||||||
|
@ -982,7 +982,9 @@ kept-old-versions 5)
|
||||||
:init
|
:init
|
||||||
(pdf-tools-install))
|
(pdf-tools-install))
|
||||||
|
|
||||||
(use-package ement
|
(use-package ement)
|
||||||
|
|
||||||
|
(use-package elcord)
|
||||||
|
|
||||||
;; global defaults
|
;; global defaults
|
||||||
;; (use-package mu4e
|
;; (use-package mu4e
|
||||||
|
|
Loading…
Reference in a new issue