mirror of
https://github.com/jimeh/.emacs.d.git
synced 2026-02-19 13:46:41 +00:00
Minor tweaks
This commit is contained in:
@@ -29,6 +29,9 @@
|
||||
(define-key company-mode-map [remap indent-for-tab-command]
|
||||
'company-indent-for-tab-command)
|
||||
|
||||
(define-key company-active-map (kbd "C-n") #'company-select-next)
|
||||
(define-key company-active-map (kbd "C-p") #'company-select-previous)
|
||||
|
||||
(setq tab-always-indent 'complete)
|
||||
|
||||
(defvar completion-at-point-functions-saved nil)
|
||||
|
||||
@@ -14,6 +14,7 @@
|
||||
(require 'helm-open-github)
|
||||
|
||||
(setq helm-ag-source-type "file-line"
|
||||
helm-autoresize-mode 1
|
||||
helm-open-github-commit-limit 10000)
|
||||
|
||||
;; Helm
|
||||
|
||||
Reference in New Issue
Block a user