commit 5665cc8b744faed803bfc3a9b3e0c59cf6e33c9e
parent dcbb817c89f86568d0b0c02ecf744236e5fc4c35
Author: Anders Damsgaard <andersd@riseup.net>
Date: Fri, 13 Oct 2017 14:09:19 -0400
disable python-mode, update riseup cert fingerprint
Diffstat:
3 files changed, 2 insertions(+), 6 deletions(-)
diff --git a/links/.offlineimaprc b/links/.offlineimaprc
@@ -58,7 +58,7 @@ remoteuser = andersd
#remotepasseval = get_keychain_pass(account="andersd", server="mail.riseup.net")
remotepasseval = get_pass("andersd@riseup.net")
ssl = yes
-cert_fingerprint = 86a010ddba262196d7f6f1f47ae03032f9031c32
+cert_fingerprint = 92471a2f5f1082cc2752f308e0c5631a43f14af3
#folderfilter = lambda folder: folder not in ['Drafts']
# Instead of closing the connection once a sync is complete, offlineimap will
diff --git a/links/.vim/filetypes.vim b/links/.vim/filetypes.vim
@@ -22,7 +22,3 @@ autocmd FileType tex,latex,md,markdown,mkd,rst,mail
" m = conceal math symbols
" s = conceal superscripts/subscripts
let g:tex_conceal="agm"
-
-
-
-
diff --git a/links/.vim/plugins.vim b/links/.vim/plugins.vim
@@ -87,7 +87,7 @@ Plug 'nsf/gocode'
Plug 'JuliaLang/julia-vim'
" Python
-Plug 'klen/python-mode'
+"Plug 'klen/python-mode'
" HTML/PHP/JS
Plug 'captbaritone/better-indent-support-for-php-with-html'