summaryrefslogtreecommitdiff
path: root/name-dictionary.el
diff options
context:
space:
mode:
authorSzymon Szukalski <szymon@szymonszukalski.com>2026-04-07 10:20:08 +1000
committerSzymon Szukalski <szymon@szymonszukalski.com>2026-04-07 10:20:08 +1000
commit84cbffb03939e4f462dbfdfb98a57f3cb52461d5 (patch)
tree033264241a10e21c26fc8d6c0ea1a0565aeac73b /name-dictionary.el
parent8a492e8e5b55bd6c61fd55482f7d20b2a147b3ff (diff)
Add Corfu name completion setup
Diffstat (limited to 'name-dictionary.el')
-rw-r--r--name-dictionary.el25
1 files changed, 25 insertions, 0 deletions
diff --git a/name-dictionary.el b/name-dictionary.el
new file mode 100644
index 0000000..ccad42a
--- /dev/null
+++ b/name-dictionary.el
@@ -0,0 +1,25 @@
+;; -*- lexical-binding: t; -*-
+;; Persistent name entries used by abbrev and CAPF.
+
+(setq ss/name-dictionary-entries
+ '((:name "Ajay Shirke" :abbrev "ajs")
+ (:name "Akash Ali" :abbrev "aka")
+ (:name "Anant Sharma" :abbrev "ans")
+ (:name "Anish Kapoor" :abbrev "ank")
+ (:name "Ashish Pawar" :abbrev "asp")
+ (:name "Atilla Gul" :abbrev "atg")
+ (:name "Harjeet Singh" :abbrev "has")
+ (:name "Ilayaraja Selvaraju" :abbrev "ils")
+ (:name "Jaganmohanrao Peddada" :abbrev "jap")
+ (:name "Karthik Seelam" :abbrev "kas")
+ (:name "Kashif Hussain" :abbrev "kah")
+ (:name "Kenny Xu" :abbrev "kex")
+ (:name "Krishnaraj Muralidharan" :abbrev "krm")
+ (:name "Manmohan Verma" :abbrev "mav")
+ (:name "Mudit Sharma" :abbrev "mus")
+ (:name "Munesh Wali" :abbrev "muw")
+ (:name "Naresh Kumar Patro" :abbrev "nap")
+ (:name "Ramesh Sugandh Mallela" :abbrev "ram")
+ (:name "Shailesh Borse" :abbrev "shb")
+ (:name "Vinay Deo" :abbrev "vid")
+ (:name "Vishnu Kaarthi Thangadurai" :abbrev "vit")))