Minor tweaks

This commit is contained in:
2016-03-29 13:37:28 +01:00
parent 7557a1cf1e
commit da20f4e8a8
3 changed files with 9 additions and 1 deletions

View File

@@ -6,7 +6,11 @@
;;; Code:
;; It's all in the Meta
;; modifier keys
;; (setq mac-command-modifier 'super)
;; (setq mac-option-modifier 'meta)
;; (setq ns-alternate-modifier 'meta)
;; (setq ns-command-modifier 'super)
(setq ns-function-modifier 'hyper)
;; Don't use OSX Native fullscreen mode

View File

@@ -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)

View File

@@ -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