This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| # -*- conf-unix -*- | |
| text.color : dcdccc | |
| patch.facecolor : 8cd0d3 # blue | |
| patch.edgecolor : eeeeee | |
| axes.facecolor : 383838 # axes background color | |
| axes.edgecolor : bcbcbc # axes edge color | |
| axes.grid : True # display grid or not |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| /* | |
| I typically run several emacs instances at once, | |
| One handling IM and my timecard etc, | |
| and one for each project I'm currently working on. | |
| This way I can tailor a given instance of emacs to a given project | |
| as much as I want without interfering with the others, | |
| it simplifies buffer-switching and desktop saving etc. | |
| But it gets to be a PITA command-tabbing between them as they all have the same icon. | |
| This fixes that. |