arnested / drupal-mode

Advanced Emacs minor mode for Drupal development
https://melpa.org/#/drupal-mode
GNU General Public License v3.0
32 stars 14 forks source link

drupal-mode-beginning-of-line obsoleted? #79

Closed xendk closed 7 years ago

xendk commented 7 years ago

drupal-mode-beginning-of-line doesn't play ball with auto-indent-mode. auto-indent-mode adds an advice on move-beginning-of-line that makes C-a toggle between beginning of line and beginning of indentation.

drupal-mode-beginning-of-line uses beginning-of-line which isn't adviced.

Seems that most other modes uses move-beginning-of-line.

I think that either should drupal-mode-beginning-of-line be made to use move-beginning-of-line, or it should be dropped (not much future in the conf-mode anyway).

arnested commented 7 years ago

Let's just drop it.

xendk commented 7 years ago

OK, I'll kill it...

xendk commented 7 years ago

Closed in https://github.com/arnested/drupal-mode/commit/6f40ad04b760d2266b8c07283df266471d85a9b2