Remove function args package
This commit is contained in:
parent
be38f21e1c
commit
b9e927496f
1 changed files with 3 additions and 9 deletions
12
init.el
12
init.el
|
|
@ -21,12 +21,13 @@
|
|||
|
||||
;; my required packages
|
||||
(defconst my-packages
|
||||
'(anzu
|
||||
'(
|
||||
anzu
|
||||
;; company
|
||||
helm
|
||||
helm-gtags
|
||||
helm-swoop
|
||||
function-args
|
||||
undo-tree
|
||||
clean-aindent-mode
|
||||
comment-dwim-2
|
||||
dtrt-indent
|
||||
|
|
@ -35,7 +36,6 @@
|
|||
yasnippet
|
||||
smartparens
|
||||
volatile-highlights
|
||||
undo-tree
|
||||
flycheck
|
||||
zygospore))
|
||||
|
||||
|
|
@ -88,12 +88,6 @@
|
|||
(require 'flycheck)
|
||||
(add-hook 'after-init-hook #'global-flycheck-mode)
|
||||
|
||||
;; function-args --- completion and showing inline arguments hint for C/C++
|
||||
(require 'function-args)
|
||||
(fa-config-default)
|
||||
(define-key c-mode-map [(tab)] 'moo-complete)
|
||||
(define-key c++-mode-map [(tab)] 'moo-complete)
|
||||
|
||||
;; show unnecessary whitespace that can mess up your diff
|
||||
(add-hook 'prog-mode-hook (lambda () (interactive) (setq show-trailing-whitespace 1)))
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue