Giter Site home page Giter Site logo

Comments (8)

fxbois avatar fxbois commented on August 24, 2024

Hi,
yes it is a configuration issue independent from my mode. It can be configured in the .emacs.
I will try to add an entry in the FAQ.
Thank you for the report

from web-mode.

fxbois avatar fxbois commented on August 24, 2024

You can add this line in the web-mode-hook
(local-set-key (kbd "RET") 'newline-and-indent)

from web-mode.

aygee avatar aygee commented on August 24, 2024

Hey, it's weird I still couldn't get that to work. I'm using emacs 23.3.1.

from web-mode.

fxbois avatar fxbois commented on August 24, 2024

Could you put the relevant part of your .emacs in a comment ?

from web-mode.

aygee avatar aygee commented on August 24, 2024

Hi,

I have the following in my .emacs

(add-to-list 'load-path "~/.emacs.d/web-mode")
(require 'web-mode)
(add-to-list 'auto-mode-alist '(".phtml$" . web-mode))
(add-to-list 'auto-mode-alist '(".tpl.php$" . web-mode))
(add-to-list 'auto-mode-alist '(".jsp$" . web-mode))
(add-to-list 'auto-mode-alist '(".erb$" . web-mode))

(add-to-list 'auto-mode-alist '("/(views|html|templates)/.*.php$"
. web-mode))

(defun web-mode-hook () "Hooks for Web mode." (setq web-mode-html-offset 2)
) (add-hook 'web-mode-hook 'web-mode-hook)

(setq web-mode-html-offset 2)
(setq web-mode-css-offset 2)
(setq web-mode-script-offset 2)

(local-set-key (kbd "RET") 'newline-and-indent)

; emacs 23 fix
(unless (fboundp 'prog-mode) (defalias 'prog-mode 'fundamental-mode))

On Mon, Sep 24, 2012 at 7:20 PM, fxbois [email protected] wrote:

Could you put the relevant part of your .emacs in a comment ?


Reply to this email directly or view it on GitHubhttps://github.com//issues/2#issuecomment-8811569.

from web-mode.

fxbois avatar fxbois commented on August 24, 2024

Could you try this way

(defun web-mode-hook ()
  "Hooks for Web mode."
  (local-set-key (kbd "RET") 'newline-and-indent)
  (setq web-mode-html-offset 2)
  (setq web-mode-css-offset 2)
  (setq web-mode-script-offset 2)
)

(add-hook 'web-mode-hook  'web-mode-hook)

from web-mode.

aygee avatar aygee commented on August 24, 2024

That works thanks!

On Wed, Sep 26, 2012 at 4:53 PM, fxbois [email protected] wrote:

Could you try this way

(defun web-mode-hook ()
"Hooks for Web mode."

(local-set-key (kbd "RET") 'newline-and-indent)
(setq web-mode-html-offset 2)
(setq web-mode-css-offset 2)
(setq web-mode-script-offset 2)
)
(add-hook 'web-mode-hook 'web-mode-hook)


Reply to this email directly or view it on GitHubhttps://github.com//issues/2#issuecomment-8880646.

from web-mode.

fxbois avatar fxbois commented on August 24, 2024

Perfect !

from web-mode.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.