Laam Pui

Results 4 issues of Laam Pui

5. Three percentage columns(n.5) 要求 1. wrapper 右对齐且占据50%宽度 2. navigation、extra 宽度25%,依次位于content左侧 ![image](https://camo.githubusercontent.com/a58d74759ef3b22c5ec15b517ad15cfb574a9dc7/68747470733a2f2f6f6f6f2e306f302e6f6f6f2f323031352f30382f31342f353563643962633230636266312e706e67) 7. Three fixed columns(n.7) 要求 1. container 宽度700px且居中 2. wrapper 居中且宽度400px 3. extra、navigation 150px,依次位于content两侧 ![image](https://camo.githubusercontent.com/91c54a95a71267c375f32afe258c9f5d9c75f404/68747470733a2f2f6f6f6f2e306f302e6f6f6f2f323031352f30382f31342f353563643962633563363631352e706e67)

# Request type - [x] Please close this issue, I accidentally submitted it without adding any details - [ ] New documentation - [x] Correction or update # Details The...

remove unnecessary newline in js-mode `function` snippet. before: ```js setTimeout(function () { } ) ``` after removed the newline: ```js setTimout(function () { }) ```

this is the `init.el` file ```elisp (load "~/.emacs.d/elpa/auto-rename-tag-20220616.1856/auto-rename-tag.el") (require 'auto-rename-tag) (add-hook 'html-mode-hook #'auto-rename-tag-mode) ``` Assuming this `demo.html` has some conflicts and `smerge-mode` turned on when `smerge-mode` turned on, if I...