Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
E
emacs.d
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Admin message
为了安全,强烈建议开启2FA双因子认证:User Settings -> Account -> Enable two-factor authentication!!!
Show more breadcrumbs
Liu Miao
emacs.d
Commits
fc6c4877
Commit
fc6c4877
authored
6 years ago
by
M.Liu
Browse files
Options
Downloads
Plain Diff
fix conflict
parents
fde2931b
34598444
Loading
Loading
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
init.el
+4
-2
4 additions, 2 deletions
init.el
smex-items
+16
-0
16 additions, 0 deletions
smex-items
with
20 additions
and
2 deletions
init.el
+
4
−
2
View file @
fc6c4877
...
...
@@ -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
...
...
This diff is collapsed.
Click to expand it.
smex-items
0 → 100644
+
16
−
0
View file @
fc6c4877
;; ----- smex-history -----
(
cd
5x5
arp
dbx
dig
erc
ert
)
;; ----- smex-data -----
(
)
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment