-
Notifications
You must be signed in to change notification settings - Fork 11
/
Copy pathabbrev_defs
97 lines (90 loc) · 3.92 KB
/
abbrev_defs
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
;;-*-coding: utf-8;-*-
(define-abbrev-table 'emacs-lisp-mode-abbrev-table
'(
("lx" "LaTeX" nil :count 21)
("olp" "org-latex-preview" nil :count 41)
("olpa" "org-latex-preview-auto" nil :count 1)
("olpl" "org-latex-preview-live" nil :count 4)
("plp" "prog-latex-preview" nil :count 11)
))
(define-abbrev-table 'eshell-mode-abbrev-table
'(
("aur" "sudo aura" nil :count 6)
("dof" "dired-other-frame" nil :count 3)
("dow" "dired-other-window" nil :count 3)
("ec" "emacsclient -c" nil :count 3)
("et" "emacsclient -t" nil :count 3)
("ffof" "find-file-other-frame" nil :count 5)
("ffot" "find-file-other-tab" nil :count 1)
("ffow" "find-file-other-window" nil :count 10)
("jcu" "journalctl --user" nil :count 1)
("la" "ls -lAh" nil :count 2)
("ll" "ls -l" nil :count 4)
("pac" "sudo pacman" nil :count 29)
("qb" "qutebrowser" nil :count 3)
("qnb" "qutebrowser --temp-basedir --config ~/.config/qutebrowser/config.py --set \"colors.webpage.darkmode.enabled\" \"False\"" nil :count 4)
("qrdecode" "zbarimg" nil :count 2)
("qutenb" "qutebrowser --temp-basedir --config ~/.config/qutebrowser/config.py --set \"colors.webpage.darkmode.enabled\" \"False\"" nil :count 6)
("scu" "systemctl --user" nil :count 29)
("sjc" "sudo journalctl" nil :count 1)
("ssc" "sudo systemctl" nil :count 7)
("tri" "trizen -S" nil :count 5)
("xo" "xdg-open" nil :count 6)
("yt" "youtube-dl -w -c -o '%(title)s.%(ext)s' -f 'bestvideo[height<=?1080]+bestaudio/best' --add-metadata" nil :count 3)
("yta" "youtube-dl -w -c -r 1M -o '%(playlist_index)s-%(title)s.%(ext)s' --add-metadata -f 'bestaudio[ext=m4a]'" nil :count 2)
))
(define-abbrev-table 'global-abbrev-table
'(
("iamges" "images" nil :count 2)
("resposne" "response" nil :count 5)
))
(define-abbrev-table 'notmuch-message-mode-abbrev-table
'(
("K" "Karthik" nil :count 9)
("k" "Karthik" nil :count 11)
))
(define-abbrev-table 'org-mode-abbrev-table
'(
("glnc" "\\mathfrak{gl}(n, \\mathbb{C})" nil :count 0)
("hte" "the" nil :count 6)
("lapl" "Laplacian" nil :count 3)
("rfx" "RefTeX" nil :count 13)
("rl" "Rayleigh" nil :count 2)
("shb" "Swift-Hohenberg" nil :count 4)
("slnc" "\\mathfrak{sl}(n, \\mathbb{C})" nil :count 2)
("taht" "that" nil :count 2)
("teh" "the" nil :count 19)
("yt" "Youtube" nil :count 7)
))
(define-abbrev-table 'shell-mode-abbrev-table
'(
("aur" "sudo aura" nil :count 6)
("dof" "dired-other-frame" nil :count 3)
("dow" "dired-other-window" nil :count 3)
("ec" "emacsclient -c" nil :count 3)
("et" "emacsclient -t" nil :count 3)
("ffof" "find-file-other-frame" nil :count 5)
("ffot" "find-file-other-tab" nil :count 1)
("ffow" "find-file-other-window" nil :count 10)
("jcu" "journalctl --user" nil :count 1)
("la" "ls -lAh" nil :count 2)
("ll" "ls -l" nil :count 4)
("pac" "sudo pacman" nil :count 29)
("qb" "qutebrowser" nil :count 3)
("qnb" "qutebrowser --temp-basedir --config ~/.config/qutebrowser/config.py --set \"colors.webpage.darkmode.enabled\" \"False\"" nil :count 4)
("qrdecode" "zbarimg" nil :count 2)
("qutenb" "qutebrowser --temp-basedir --config ~/.config/qutebrowser/config.py --set \"colors.webpage.darkmode.enabled\" \"False\"" nil :count 6)
("scu" "systemctl --user" nil :count 29)
("sjc" "sudo journalctl" nil :count 1)
("ssc" "sudo systemctl" nil :count 7)
("tri" "trizen -S" nil :count 5)
("xo" "xdg-open" nil :count 5)
("yt" "youtube-dl -w -c -o '%(title)s.%(ext)s' -f 'bestvideo[height<=?1080]+bestaudio/best' --add-metadata" nil :count 3)
("yta" "youtube-dl -w -c -r 1M -o '%(playlist_index)s-%(title)s.%(ext)s' --add-metadata -f 'bestaudio[ext=m4a]'" nil :count 2)
))
(define-abbrev-table 'text-mode-abbrev-table
'(
("isntead" "instead" nil :count 2)
("lx" "LaTeX" nil :count 23)
("olp" "org-latex-preview" nil :count 7)
))