jhncondix
jhncondix
I am using vimwiki stable version 2.5. in vim 8.2. In my vimrc I have: let g:vimwiki_list = [{'path': '~/Vimwiki/', \ 'syntax': 'markdown', 'ext': '.md'}] let g:vimwiki_global_ext = 0 let...
I decided to google this problem one more time and found a solution here: https://www.reddit.com/r/vim/comments/vkbyfa/vimwiki_and_vimmarkdown_conflicting/ I added this to the above settings in my vimrc as u/godRosko/ suggests: ``` au...
Same on Pop!_OS 22.04. Debian package version hangs and never loads a book. The Flatpak version works but throws errors about "Failed to load module canberra-gtk" and so forth.
Same problem of solaire-mode not loading in emacsclient using emacs 28.1 with doom-gruvbox theme. So I followed suggestion and added: (add-hook 'server-after-make-frame-hook '(lambda () (load-theme 'doom-gruvbox t))) This worked to...
I'm on vanilla Emacs 28.1 with helm as my completion framework, but unlike progfolio I have helm-completion-style set to 'helm, not to 'emacs. I recently installed org-ql and helm-org-ql from...