We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2f6f625 commit bec91f8Copy full SHA for bec91f8
README.md
@@ -9,6 +9,17 @@ rna-pdb-tools can be used side-by-side https://github.com/mmagnus/emacs-pdb-mode
9
10
http://rna-pdb-tools.readthedocs.io/en/latest/emacs.html
11
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
23
## How to customize the colors?
24
You can play around with:
25
0 commit comments