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