mambolevis

Results 5 issues of mambolevis

Hi, I think it is good idea to consider dired buffers in `crux-kill-other-buffers` function: Something like this: ``` (defun kill-dired-buffers () (interactive) (mapc (lambda (buffer) (when (eq 'dired-mode (buffer-local-value 'major-mode...

Hi Guillaume, After building the irony-server.exe using cmake Visual Studio 14 2015 Win64 and setting up (company, yasnippet, irony and company-irony), I tested it in a very basic project and...

Hi Sarcasm, Are irony able to make autocompletion of all C++11/14/17 features? Thanks, Levis

Hi, I am using the following configuration in projectile: ``` (use-package projectile :ensure t :init (setq projectile-completion-system 'ivy) :bind-keymap ("C-c C-p" . projectile-command-map) :config (projectile-mode 1)) ``` When I press...

Hi, Using the following configuration, the following message is show: `(wrong-number-of-arguments (1 . 2) 0)` ``` (use-package company-jedi :ensure t :defer t :preface (add-hook 'python-mode-hook #'company-jedi) :config ;;(add-to-list 'company-backends 'company-jedi)...