Skip to content

Commit

Permalink
Merge pull request #27 from rafaelph/patch-1
Browse files Browse the repository at this point in the history
Update init.el to avoid reference warnings
  • Loading branch information
flyingmachine committed Nov 18, 2016
2 parents e844d40 + 529efb5 commit c169ec1
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions init.el
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,14 @@
(when (not package-archive-contents)
(package-refresh-contents))

;; Define he following variables to remove the compile-log warnings
;; when defining ido-ubiquitous
(defvar ido-cur-item nil)
(defvar ido-default-item nil)
(defvar ido-cur-list nil)
(defvar predicate nil)
(defvar inherit-input-method nil)

;; The packages you want installed. You can also install these
;; manually with M-x package-install
;; Add in your own as you wish:
Expand Down

0 comments on commit c169ec1

Please sign in to comment.