File tree 1 file changed +18
-0
lines changed
1 file changed +18
-0
lines changed Original file line number Diff line number Diff line change 44
44
(load (concat dotfiles-dir " initializers.el" ))
45
45
(ini-load-all)
46
46
47
+
48
+ ; ; TODO: figure this out so I can use TAB with AC and yas...
49
+ ; ; http://iany.me/2012/03/fix-tab-binding-for-yasnippet-and-auto-complete/
50
+ ; ; (custom-set-variables
51
+ ; ; '(ac-trigger-key "TAB")
52
+ ; ; '(ac-auto-start nil)
53
+ ; ; '(ac-use-menu-map t))
54
+
55
+ ; ; (defun iy-tab-noconflict ()
56
+ ; ; (let ((command (key-binding [tab]))) ; remember command
57
+ ; ; (local-unset-key [tab]) ; unset from (kbd "<tab>")
58
+ ; ; (local-set-key (kbd "TAB") command))) ; bind to (kbd "TAB")
59
+
60
+ ; ; (add-hook 'ruby-mode-hook 'iy-ac-tab-noconflict)
61
+ ; ; (add-hook 'markdown-mode-hook 'iy-ac-tab-noconflict)
62
+ ; ; (add-hook 'org-mode-hook 'iy-ac-tab-noconflict)
63
+ ; ; (add-hook 'clojure-mode-hook 'iy-ac-tab-noconflict)
64
+
47
65
(server-start )
You can’t perform that action at this time.
0 commit comments