]> code.delx.au - gnu-emacs-elpa/commit
Small patch to fix indentation behavior; before, the global tab-width setting is...
authorKevin Kelley <kelleyk@kelleyk.net>
Mon, 15 Aug 2011 19:53:25 +0000 (12:53 -0700)
committerChris Wanstrath <chris@ozmm.org>
Mon, 15 Aug 2011 19:53:25 +0000 (12:53 -0700)
commit4ac3eaa76d4a25ea11ce4c7e5d380d54bdefeed2
treecd0af976b04077a9a0463f64ae4bc4fc431922a9
parent4b21fe5c33b129e922e2734c67b842d200e59d3a
Small patch to fix indentation behavior; before, the global tab-width setting is used when inserting tabs with insert-tab, e.g. at the top of coffee-newline-and-insert.  I used 'customize-group coffee' to set my coffee-tab-width to 2, but I have a global tab width of 4, so the net effect was that the number of tabs would be halved every time I hit return.
coffee-mode.el