Skip to content

Commit bec91f8

Browse files
authored
Add My installation config:
1 parent 2f6f625 commit bec91f8

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

README.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,17 @@ rna-pdb-tools can be used side-by-side https://github.com/mmagnus/emacs-pdb-mode
99

1010
http://rna-pdb-tools.readthedocs.io/en/latest/emacs.html
1111

12+
## Install
13+
My installation config:
14+
15+
;; pdb.el
16+
(load-file "~/.emacs.d/plugins/pdb-mode/pdb-mode.el")
17+
(setq pdb-rasmol-name "/usr/bin/pymol")
18+
(setq auto-mode-alist
19+
(cons (cons "pdb$" 'pdb-mode)
20+
auto-mode-alist ) )
21+
(autoload 'pdb-mode "PDB")
22+
1223
## How to customize the colors?
1324
You can play around with:
1425

0 commit comments

Comments
 (0)