Skip to content

Instantly share code, notes, and snippets.

@mgalgs
Created October 14, 2014 03:54
Show Gist options
  • Save mgalgs/64b3d6282f9e14c698d7 to your computer and use it in GitHub Desktop.
Save mgalgs/64b3d6282f9e14c698d7 to your computer and use it in GitHub Desktop.
(defun mgalgs/completer ()
(let ((tags-case-fold-search t))
(tags-completion-at-point-function)))
(setq completion-at-point-functions 'mgalgs/completer)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment