aboutsummaryrefslogtreecommitdiffstats
path: root/smex-items
blob: 37eca8b7fac48478c650fcd395c8f6064d598eb2 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
;; ----- smex-history -----
(
 display-line-numbers-mode
 help-with-tutorial
 term
 customize-themes
 customize
 load-theme
 cd
)

;; ----- smex-data -----
(
 (load-theme . 1)
 (customize . 2)
 (customize-themes . 1)
 (term . 1)
 (help-with-tutorial . 3)
 (display-line-numbers-mode . 2)
)