Browse Source

Fix

master
10sr 2 years ago
parent
commit
3643c9b38e
Signed by: 10sr GPG Key ID: 7BEC428194130EB2
1 changed files with 2 additions and 11 deletions
  1. +2
    -11
      emacs.el

+ 2
- 11
emacs.el View File

@@ -1628,7 +1628,7 @@ ORIG-FUNC is the target function, and ARGS is the argument when it is called."
(define-key company-mode-map (kbd "C-i") 'company-indent-or-complete-common)
;; (with-eval-after-load 'python
;; (defvar python-indent-trigger-commands)
;; ;; TODO: This disables completion in puthon?
;; ;; TODO: This disables completion in python?
;; (add-to-list 'python-indent-trigger-commands
;; 'company-indent-or-complete-common))
(define-key ctl-x-map (kbd "C-i") 'company-complete) ; Originally `indent-rigidly'
@@ -2010,7 +2010,7 @@ ORIG-FUNC is the target function, and ARGS is the argument when it is called."
'isearch-query-replace-regexp)
;; do not cleanup isearch highlight: use `lazy-highlight-cleanup' to remove
(setq lazy-highlight-cleanup nil)
;; face for isearch highlighing
;; face for isearch highlighting
(set-face-attribute 'lazy-highlight
nil
:foreground `unspecified
@@ -2558,15 +2558,6 @@ ARG is num to show, or defaults to 7."
;; (when (eval-and-compile (require 'dired-rainbow nil t))
;; (dired-rainbow-define gtags "brightblack" "GTAGS"))

;; ?
;; (set-variable 'dired-omit-files
;; (rx (or (regexp "^\\.?#")
;; (regexp "^\\.$")
;; (regexp "^\\.\\.$")
;; (regexp "^GPATH$")
;; (regexp "^GRTAGS$")
;; (regexp "^GTAGS$")
;; )))
(with-eval-after-load 'diredfl
(set-face-foreground 'diredfl-file-name nil)
)


Loading…
Cancel
Save