mirror of
https://github.com/postgres/postgres.git
synced 2026-02-11 14:53:31 -05:00
Small update to emacs example configuration
Since both tarballs and git now result in a "postgresql" directory rather than a "pgsql" directory, adjust the example configuration to look for the former.
This commit is contained in:
parent
415f5e1259
commit
78e7e20afe
1 changed files with 1 additions and 1 deletions
|
|
@ -67,7 +67,7 @@
|
|||
(add-hook 'c-mode-hook
|
||||
(function
|
||||
(lambda nil
|
||||
(if (string-match "pgsql" buffer-file-name)
|
||||
(if (string-match "postgresql" buffer-file-name)
|
||||
(progn
|
||||
(c-set-style "bsd")
|
||||
(setq c-basic-offset 4)
|
||||
|
|
|
|||
Loading…
Reference in a new issue