We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e844d40 commit 529efb5Copy full SHA for 529efb5
init.el
@@ -27,6 +27,14 @@
27
(when (not package-archive-contents)
28
(package-refresh-contents))
29
30
+;; Define he following variables to remove the compile-log warnings
31
+;; when defining ido-ubiquitous
32
+(defvar ido-cur-item nil)
33
+(defvar ido-default-item nil)
34
+(defvar ido-cur-list nil)
35
+(defvar predicate nil)
36
+(defvar inherit-input-method nil)
37
+
38
;; The packages you want installed. You can also install these
39
;; manually with M-x package-install
40
;; Add in your own as you wish:
0 commit comments