.dir-locals.el
author Oleksandr Gavenko <gavenkoa@gmail.com>
Mon, 18 Jan 2021 00:59:35 +0200
changeset 1702 52368d6da1d4
parent 1235 770326207032
child 1720 e88f7b12ba88
permissions -rw-r--r--
Simplified code for displaying Python help. Shadow default C-c C-d key binding with enhanced implementation. Fixed hanging of Python process during initial loading (due to extra code put into python-shell-setup-codes).
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
1235
770326207032 Set indent level.
Oleksandr Gavenko <gavenkoa@gmail.com>
parents:
diff changeset
     1
((rst-mode . ((fill-column . 80)))
770326207032 Set indent level.
Oleksandr Gavenko <gavenkoa@gmail.com>
parents:
diff changeset
     2
 (sh-mode . ((sh-basic-offset . 2))))