Stefan Guath
Results
2
issues of
Stefan Guath
I always use highlight-symbol globally, and have therefore added the usual: **(defun highlight-symbol-mode-on () (highlight-symbol-mode 1)) (define-globalized-minor-mode global-highlight-symbol-mode highlight-symbol-mode highlight-symbol-mode-on)** in order to just enable it globally with **(global-highlight-symbol-mode 1)**...
It seems like company-mode is considered to be a better completion package than auto-complete. Would it be possible to add support for company-mode as well?
question