Add mu index on each synchronization and add mu autocompletion on vim
This commit is contained in:
parent
3d7b3ded40
commit
e23f7c8e83
@ -153,7 +153,7 @@
|
||||
# =============================================================
|
||||
# Indexation and Tags
|
||||
# notmuch new
|
||||
# mu index --maildir=~/.mail --quiet
|
||||
mu index --maildir=~/.mail --quiet
|
||||
# Update on Emacs
|
||||
# if [ "$(($new-$old))" -gt 0 ]; then
|
||||
# emacsclient --eval '(mu4e-update-index)';
|
||||
@ -286,6 +286,7 @@
|
||||
[Install]
|
||||
WantedBy=default.target
|
||||
#+end_src
|
||||
|
||||
* Neomutt
|
||||
** Service
|
||||
:PROPERTIES:
|
||||
@ -306,6 +307,7 @@
|
||||
[Install]
|
||||
WantedBy=default.target
|
||||
#+end_src
|
||||
|
||||
* Powertop
|
||||
** Service
|
||||
:PROPERTIES:
|
||||
|
@ -91,6 +91,7 @@
|
||||
** Auto Completion
|
||||
#+BEGIN_SRC conf
|
||||
Plug 'Shougo/deoplete.nvim', { 'do': ':UpdateRemotePlugins' } " Dark powered asynchronous completion framework for neovim
|
||||
Plug 'Nelyah/deoplete-mu' " Completion of Contacts using Mu
|
||||
#+END_SRC
|
||||
|
||||
** Tmux
|
||||
|
Loading…
Reference in New Issue
Block a user