help-gnu-emacs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Is it possible to start emacs w/o a split frame ?


From: Jude DaShiell
Subject: Re: Is it possible to start emacs w/o a split frame ?
Date: Wed, 20 Feb 2019 13:10:57 -0500

On Wed, 20 Feb 2019, jonetsu wrote:

> Date: Wed, 20 Feb 2019 12:52:10
> From: jonetsu <jonetsu@teksavvy.com>
> To: help-gnu-emacs@gnu.org
> Subject: Re: Is it possible to start emacs w/o a split frame ?
>
> On Wed, 20 Feb 2019 18:34:00 +0100
> <tomas@tuxteam.de> wrote:
>
> > (setq inhibit-splash-screen t)
>
> Thanks !
>
>
Script started on Wed 20 Feb 2019 01:08:38 PM EST
jude[~]$ cat .emacs
(require 'package)
(package-initialize)
(setq inhibit-splash-screen t)
;; Show keystrokes
(setq echo-keystrokes 0.02)
;; loose hourglass for text terminals without mouse
(setq display-hourglass nil)
 (add-to-list 'package-archives '("marmalade" . 
"https://marmalade-repo.org/packages/";))
(add-to-list 'package-archives '("melpa" . 
"http://melpa.milkbox.net/packages/";) t)
(require 'saveplace)
;; optional keyboard short-cut
(global-set-key "\C-xm" 'browse-url-at-point)
(setq fill-column 72)
(setq use-dialog-box nil)
(setq delete-old-versions t)
(add-hook 'message-mode-hook 'turn-on-orgtbl)
(setq org-table-use-standard-references t)
(setq-default display-line-numbers 'relative)
jude[~]$ emacs --version
GNU Emacs 25.3.1
Copyright (C) 2017 Free Software Foundation, Inc.
GNU Emacs comes with ABSOLUTELY NO WARRANTY.
You may redistribute copies of GNU Emacs
under the terms of the GNU General Public License.
For more information about these matters, see the file named COPYING.
jude[~]$ emacs .emacs










[?25h[?8c[?25h[?0c























































[?25h[?8c[?25l[?1c-UUU:----F1  
*scratch*      All L1     (Lisp 
Interaction) 
----------------------------------------------------------------------------------------------------------------------------------------------
[?25h[?0c[?25h[?8c[?25l[?1cFor information about GNU Emacs 
and the GNU system, type C-h C-a.File Edit Options Buffers Tools 
Emacs-Lisp Help                                                                 
                                                                                
        

(require 'package)
(package-initialize)
(setq inhibit-splash-screen t)
;; Show keystrokes                                                         
                                                                                
                                             

(setq echo-keystrokes 0.02)
;; loose hourglass for text terminals without mouse                        
                                                                                
                                             

(setq display-hourglass nil)
 (add-to-list 'package-archives '("marmalade" . 
"https://marmalade-repo.org/packages/";))
(add-to-list 'package-archives '("melpa" . 
"http://melpa.milkbox.net/packages/";) t)
(require 'saveplace)
;; optional keyboard short-cut                                             
                                                                                
                                             

(global-set-key "\C-xm" 'browse-url-at-point)
(setq fill-column 72)
(setq use-dialog-box nil)
(setq delete-old-versions t)
(add-hook 'message-mode-hook 'turn-on-orgtbl)
(setq org-table-use-standard-references t)
(setq-default display-line-numbers 'relative)



































-UU-:----F1  .emacs         
All L1     (Emacs-Lisp) 
----------------------------------------------------------------------------------------------------------------------------------------------------
[?25h[?0c[?25h[?8c[?25l[?1cC-x
[?25h[?0c[?25h[?8c[?25l[?1c-
[?25h[?0c[?25h[?8c[?25l[?1c C-c
[?25h[?0c[?25h[?8c[?25h[?0cjude[~]$ exit
exit

Script done on Wed 20 Feb 2019 01:09:22 PM EST
-- 




reply via email to

[Prev in Thread] Current Thread [Next in Thread]