Skip to content

Commit

Permalink
Use diminish to hide SmartTab modeline indicator
Browse files Browse the repository at this point in the history
  • Loading branch information
purcell committed Oct 9, 2010
1 parent f06c5c1 commit bbdadaa
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions init-auto-complete.el
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,8 @@
;; Use SmartTab to trigger AC completion
(require 'smart-tab)
(global-smart-tab-mode 1)
(require 'diminish)
(diminish 'smart-tab-mode)

;; Redefine the main smart-tab function to use auto-complete preferentially
(defun smart-tab (prefix)
Expand Down

0 comments on commit bbdadaa

Please sign in to comment.