Skip to content
Snippets Groups Projects
Commit fc6c4877 authored by M.Liu's avatar M.Liu
Browse files

fix conflict

parents fde2931b 34598444
No related merge requests found
......@@ -170,7 +170,7 @@ If IS-MAYBE is t then maybe install these packages."
window-jump avy avy-menu counsel use-package undo-tree multi-term
cnfonts powerline atom-one-dark-theme diminish list-utils
company company-quickhelp cl-lib helm helm-describe-modes yasnippet
treemacs popwin pdf-tools projectile hl-todo zeal-at-point
treemacs popwin pdf-tools projectile hl-todo smex zeal-at-point
)))
(install-pack-list basic-edit-pack-list))
(require 'popwin)
......@@ -372,7 +372,9 @@ If IS-MAYBE is t then maybe install these packages."
(add-hook 'prog-mode-hook 'hs-minor-mode)
;; semantic-mode
(add-hook 'prog-mode-hook 'semantic-mode)
(global-semantic-highlight-func-mode t)
(add-hook 'prog-mode-hook
'(lambda ()
(setq global-semantic-highlight-func-mode t)))
;; cscope mode-----------------------------------------------------------------------
(let ((cscope-pack-list
......
;; ----- smex-history -----
(
cd
5x5
arp
dbx
dig
erc
ert
)
;; ----- smex-data -----
(
)
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment