mirror of
https://github.com/larstvei/dot-emacs.git
synced 2024-11-26 07:28:31 +00:00
Added idle-require' and removed
ac-c-headers'.
`idle-require' and `auto-complete-c-headers' was not added to the list of packages that should be installed, and both caused an errors. `idle-require' was added, and `auto-complete-c-headers' was removed entirely.
This commit is contained in:
parent
a120257c76
commit
3c156e19d2
4
init.el
4
init.el
@ -133,6 +133,7 @@ PACKAGE is installed and the current version is deleted."
|
||||
elscreen ; window session manager
|
||||
expand-region ; Increase selected region by semantic units
|
||||
flx-ido ; flx integration for ido
|
||||
idle-require ; load elisp libraries while Emacs is idle
|
||||
ido-vertical-mode ; Makes ido-mode display vertically.
|
||||
geiser ; GNU Emacs and Scheme talk to each other
|
||||
haskell-mode ; A Haskell editing mode
|
||||
@ -754,9 +755,6 @@ the languages in ISPELL-LANGUAGES when invoked."
|
||||
(defun c-setup ()
|
||||
(local-set-key (kbd "C-c C-c") 'compile))
|
||||
|
||||
(require 'auto-complete-c-headers)
|
||||
(add-to-list 'ac-sources 'ac-source-c-headers)
|
||||
|
||||
(add-hook 'c-mode-common-hook 'c-setup)
|
||||
|
||||
;; Some statements in Java appear often, and become tedious to write
|
||||
|
4
init.org
4
init.org
@ -165,6 +165,7 @@
|
||||
elscreen ; window session manager
|
||||
expand-region ; Increase selected region by semantic units
|
||||
flx-ido ; flx integration for ido
|
||||
idle-require ; load elisp libraries while Emacs is idle
|
||||
ido-vertical-mode ; Makes ido-mode display vertically.
|
||||
geiser ; GNU Emacs and Scheme talk to each other
|
||||
haskell-mode ; A Haskell editing mode
|
||||
@ -908,9 +909,6 @@
|
||||
(defun c-setup ()
|
||||
(local-set-key (kbd "C-c C-c") 'compile))
|
||||
|
||||
(require 'auto-complete-c-headers)
|
||||
(add-to-list 'ac-sources 'ac-source-c-headers)
|
||||
|
||||
(add-hook 'c-mode-common-hook 'c-setup)
|
||||
#+END_SRC
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user